Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/flush.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+2
* Fixed #24369 -- Prevented crash when flushing before db m...Claude Paroz2015-03-051-1/+2
* Simplified emit_post_migrate from flush commandClaude Paroz2015-02-281-11/+4
* Revert "Fixed #24369 -- Prevented crash when `flush`ing b...Claude Paroz2015-02-281-4/+0
* Fixed #24369 -- Prevented crash when `flush`ing before db...Claude Paroz2015-02-281-0/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-171-16/+1
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-171-1/+1
* Fixed #23699 -- Prevented flush from loading initial data...Tony Zhu2014-10-271-3/+7
* Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham2014-09-061-0/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-11/+11
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-091-5/+4
* Avoided transactional truncates on amateur databases.Aymeric Augustin2014-03-221-4/+5
* Fixed transaction handling in two management commands.Aymeric Augustin2014-03-211-1/+1
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-1/+1
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-3/+3
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-1/+1
* Changed get_migratable_models to use an app config.Aymeric Augustin2013-12-291-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-3/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-3/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_apps().Aymeric Augustin2013-12-171-2/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+3
* Add get_migratable_models util method to ConnectionRouterClaude Paroz2013-10-161-4/+1
* utils.importlib is deprecatedAndrew Godwin2013-08-091-1/+0
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-0/+1
|\
| * Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-1/+1
* | Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-11/+11
|/
* Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin2013-06-121-11/+17
* Added a stealth option to flush to allow cascades.Aymeric Augustin2013-06-101-2/+5
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-1/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-7/+10
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-5/+4
* Removed unused options copy in flushClaude Paroz2013-03-011-2/+0
* [py3] Replaced raw_input by inputClaude Paroz2012-08-081-1/+2
* Fixed #18271 -- Changed stage at which TransactionTestCas...Ramiro Morales2012-07-241-1/+3
* Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz2012-06-061-3/+2
* Fixed #15926 -- Added option --no-initial-data to syncdb ...Honza Kral2012-06-051-1/+6
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Removed direct print statements from django management co...Claude Paroz2012-04-261-1/+1
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-2/+2
* Fixed #6011 -- Improved help text for flush command. Than...Paul McMillan2011-09-221-1/+4
* When looking for django tables which exist, query for all...Alex Gaynor2010-10-311-1/+0
* Always pass models in post_syncdb signals as a set (not a...Malcolm Tredinnick2010-09-121-1/+1