summaryrefslogtreecommitdiff
path: root/django/db/models/fields/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Removed unused OrderWrt.deconstruct().Tim Graham2017-07-061-5/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Added missing deconstruct() methods.Baptiste Mispelon2013-12-061-0/+5
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+1
* Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee2010-04-211-5/+3
* Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee2010-04-151-3/+6
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+16