Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -2/+2 |
* | Removed unused OrderWrt.deconstruct(). | Tim Graham | 2017-07-06 | 1 | -5/+0 |
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -2/+2 |
* | Added missing deconstruct() methods. | Baptiste Mispelon | 2013-12-06 | 1 | -0/+5 |
* | A large number of stylistic cleanups across django/db/ | Alex Gaynor | 2013-07-08 | 1 | -0/+1 |
* | Fixed #13328 -- Ensured that querysets on models with callable defaults can b... | Russell Keith-Magee | 2010-04-21 | 1 | -5/+3 |
* | Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call... | Russell Keith-Magee | 2010-04-15 | 1 | -3/+6 |
* | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick | 2008-04-27 | 1 | -0/+16 |