~wallyworld/lazr.restfulclient/relative-url-fix-681767

« back to all changes in this revision

Viewing changes to src/lazr/restfulclient/docs/entries.txt

  • Committer: Benji York
  • Date: 2011-06-30 15:38:38 UTC
  • Revision ID: benji@benji-laptop-20110630153838-8xeykfsvaqq1d0gv
Tags: 0.12.0
- add NEWS entry for recent change
- make tests pass with new AttributeError behavior
- bump version in anticipation of release

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    >>> recipe.is_great
85
85
    Traceback (most recent call last):
86
86
    ...
87
 
    AttributeError: 'Entry' object has no attribute 'is_great'
 
87
    AttributeError: http://cookbooks.dev/1.0/recipes/1 object has no attribute 'is_great'
88
88
 
89
89
The client can set more than one attribute on an entry at a time:
90
90
they'll all be changed when the entry is saved.