Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/sql.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-147/+1
* Required sqlparse for SQL splitting per deprecation timel...Tim Graham2015-01-171-18/+0
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-58/+0
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-171-18/+2
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-3/+6
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-111-2/+2
* Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz2014-09-231-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+9
* Fixed #23379 -- Corrected a referencing issue in sql_create.Simon Charette2014-08-281-1/+1
* Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel2014-08-181-0/+2
* Fixed #22749: Making SQL management commands migration aw...Víðir Valberg Guðmundsson2014-06-081-2/+26
* Revert "Making SQL management commands migration aware."Florian Apolloner2014-06-011-24/+0
* Fix test failure caused by 3149cdce32e7261b2d44128ab712c4...Andrew Godwin2014-05-301-1/+2
* Making SQL management commands migration aware.Víðir Valberg Guðmundsson2014-05-291-0/+23
* Removed unused import.Tim Graham2014-04-301-1/+0
* Removed bogus, ineffective 'U' flag from codecs.open() call.Ramiro Morales2014-04-291-1/+1
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-3/+2
* Revert "Fixed #22401 -- Deprecated regular expression par...Tim Graham2014-04-171-22/+13
* Fixed #22401 -- Deprecated regular expression parsing of ...julien 'pouete' Godin2014-04-101-13/+22
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-32/+33
* Remove unneded open(.., 'U') when on python 3.Marc Tamlyn2014-01-131-1/+2
* Fixed #21477 -- Renamed db to using in pre/post_migrate s...Aymeric Augustin2014-01-121-2/+2
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-2/+6
* Changed get_migratable_models to use an app config.Aymeric Augustin2013-12-291-5/+5
* Changed sql_* to use an app config instead of a models mo...Aymeric Augustin2013-12-291-13/+13
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-0/+14
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-5/+5
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* 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-2/+2
* Deprecated get_apps().Aymeric Augustin2013-12-171-14/+18
* Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-4/+5
* Add get_migratable_models util method to ConnectionRouterClaude Paroz2013-10-161-13/+5
* Fixed #19657 -- Made sql commands honor allow_migrateClaude Paroz2013-10-161-7/+14
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-3/+17
|\
| * Fixed #14300 -- Fixed initial SQL location if models is a...Tim Graham2013-07-241-3/+17
* | Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-8/+8
|/
* Added a stealth option to flush to allow cascades.Aymeric Augustin2013-06-101-2/+2
* Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz2013-05-291-2/+2
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-0/+14
* Add sqldropindexes to manageTomasz Rybak2013-02-241-0/+7
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-2/+2
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Fixed #19416 -- Fixed multi-line commands in initial SQL ...Claude Paroz2012-12-031-5/+5