1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/docs/ref/models
Ryan Nowakowski f39b8867a1 Unicode method on model should return unicode
The example of a __unicode__ model method should return a unicode value
instead of a string.
2014-06-02 22:49:43 -05:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
custom-lookups.txt Fixed typo in docs/ref/models/custom-lookups.txt. 2014-05-25 19:01:51 -04:00
fields.txt Fixed #21798 -- Added check for DateTime mutually exclusive options 2014-05-16 05:57:19 -04:00
index.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
instances.txt Unicode method on model should return unicode 2014-06-02 22:49:43 -05:00
options.txt
queries.txt
querysets.txt Fixed #22710 -- Documented aggregation behavior for empty QuerySets. 2014-05-30 08:01:21 -04:00
relations.txt