Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/squashmigrations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-15/+44
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+1
* Fixed #24703 -- Changed squashmigrations to use a Migrati...Marten Kenbeek2015-04-251-7/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-2/+3
* Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras2014-11-181-15/+22
* Limited lines to 119 characters in django/Tim Graham2014-09-051-5/+21
* Fixed #23092: Squashing handles external dependenciesAndrew Godwin2014-07-291-2/+15
* Fixed #23090: Document and enforce not double-squashing m...Andrew Godwin2014-07-291-0/+2
* Removed extra newline.Tim Graham2014-07-121-1/+0
* Fixed #22983: Alert when squashing RunPython operations w...Andrew Godwin2014-07-121-0/+6
* Fixed several flake8 errorsAlex Gaynor2014-06-141-2/+0
* Converted remaining management commands to argparseClaude Paroz2014-06-141-16/+13
* Fixed #22511 -- Added args to migrations management comma...Bruno Ribeiro da Silva2014-04-301-0/+1
* Allow squashing of squashed migrationsAndrew Godwin2013-11-061-3/+12
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-5/+1
* First pass on squashmigrations command; files are right, ...Andrew Godwin2013-10-161-0/+108