This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-04 22:24:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Simon Charette
24ec9538b7
Fixed
#19195
-- Allow explicit ordering by a relation
_id
field.
...
Thanks to chrisedgemon for the report and shaib, akaariai and timgraham for the review.
2014-04-30 14:23:19 -04:00
..
custom-lookups.txt
Fixed
#21863
-- supplemented get_lookup() with get_transform()
2014-03-07 14:52:13 +00:00
fields.txt
Fixed
#22537
-- Add tests and improved docs for field subclass with choices.
2014-04-30 07:56:52 -04:00
index.txt
…
instances.txt
Fixed
#22473
-- Emphasized that Model.clean() is not called from Model.save().
2014-04-18 15:00:26 -04: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
#19195
-- Allow explicit ordering by a relation
_id
field.
2014-04-30 14:23:19 -04:00
relations.txt
…