summaryrefslogtreecommitdiff
path: root/django/utils/deconstruct.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+2
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+5
|
* Refs #33216 -- Made @deconstructible do not change path for subclasses.Allen Jonathan David2022-01-041-2/+4
|
* Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.Anton Samarchyan2017-02-111-3/+3
|
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-4/+2
|
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-1/+1
|
* Removed some obsolete absolute_imports.Tim Graham2015-02-091-3/+0
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
|
* Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz2014-12-251-2/+4
|
* Avoided using deprecated version of importlib; refs #23418.Tim Graham2014-09-101-0/+1
|
* Fixed flake8 warning.Tim Graham2014-09-081-0/+1
|
* Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann2014-09-081-1/+20
|
* Fixed #21275 -- Fixed a serializer error when generating migrations for ↵Loic Bistuer2013-10-211-0/+35
contrib.auth. The migration serializer now looks for a deconstruct method on any object.