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
236baa0f0e
django1
/
django
/
db
/
models
/
fields
History
Ryan P Kilby
7aeb7390fc
Fixed
#26891
-- Fixed lookup registration for ForeignObject.
2016-08-11 14:16:48 -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
#13809
-- Made FieldFile.open() respect its mode argument.
2016-08-09 12:53:18 -04:00
proxy.py
Added missing deconstruct() methods.
2013-12-06 15:23:34 +01:00
related.py
Fixed
#26891
-- Fixed lookup registration for ForeignObject.
2016-08-11 14:16:48 -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