summaryrefslogtreecommitdiff
path: root/django/db/models/fields/proxy.py
AgeCommit message (Expand)Author
2017-07-06Removed unused OrderWrt.deconstruct().Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2010-04-21Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee
2010-04-15Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick