This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
46509cf13d
django1
/
django
/
db
/
models
/
fields
History
Yoong Kang Lim
d30febb4e5
Fixed
#26706
-- Made RelatedManager modification methods clear prefetch_related() cache.
2016-08-05 13:32:27 -04:00
..
__init__.py
Fixed
#26786
-- Avoided redundant max value validators on integer fields.
2016-06-28 11:39:20 -04:00
files.py
Fixed
#26900
-- Fixed crash accessing deferred FileFields.
2016-07-16 08:22:24 -04:00
proxy.py
Added missing deconstruct() methods.
2013-12-06 15:23:34 +01:00
related.py
Refs
#26796
-- Fixed ManyToManyField's limit_choices_to warning without a through model.
2016-07-21 14:29:03 -04:00
related_descriptors.py
Fixed
#26706
-- Made RelatedManager modification methods clear prefetch_related() cache.
2016-08-05 13:32:27 -04:00
related_lookups.py
Fixed
#26983
-- Fixed isnull filtering on ForeignKey with to_field
2016-08-04 16:05:21 +02:00
reverse_related.py
Fixed
#22936
-- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
2016-05-04 20:02:01 +02:00