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-02-01 13:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Tim Graham
b43bbd6d39
Fixed
#22473
-- Emphasized that Model.clean() is not called from Model.save().
2014-04-18 15:00:26 -04:00
..
custom-lookups.txt
Fixed
#21863
-- supplemented get_lookup() with get_transform()
2014-03-07 14:52:13 +00:00
fields.txt
Removed versionadded/changed annotations for 1.6.
2014-03-24 11:42:56 -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
Documentation fixes for the select_for_update change.
2014-04-10 03:40:33 +03:00
relations.txt
…