This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
docs
/
ref
/
models
History
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
Removed versionadded/changed annotations for 1.6.
2014-03-24 11:42:56 -04:00
queries.txt
Fixed
#22405
-- Fixed string error in models/queries docs.
2014-04-08 13:33:40 +02:00
querysets.txt
Fixed
#22710
-- Documented aggregation behavior for empty QuerySets.
2014-05-30 08:01:21 -04:00
relations.txt
Fixed
#21343
-- Noted many-to-many restrictions with intermediate model.
2014-01-16 08:38:40 -05:00