Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/createcachetable.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24560 -- Added a --dry-run mode to the createcache...Adam Chainz2015-04-091-4/+16
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-9/+9
* Avoided transactional DDL on castrated databases.Aymeric Augustin2014-03-221-1/+4
* 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-9/+9
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-2/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #15888 -- Made tablename argument of createcachetab...Claude Paroz2013-10-141-10/+30
* Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-1/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-2/+2
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-11/+10
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Used CommandError in createcachetable command.Claude Paroz2012-05-271-7/+6
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17820 -- Fixed more occurrences of redundant handl...Ramiro Morales2012-03-101-1/+1
* Fixed #17300 -- Prevented createcachetable from crashing ...Aymeric Augustin2012-01-081-4/+12
* Fixed #15255 -- Ensured createcachetable honors database ...Aymeric Augustin2011-11-191-4/+8
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-1/+1
* Rolled back r16510, r16513 and r16514 because it wasn't r...Jannis Leidel2011-07-051-8/+4
* Fixed #15255 -- Stopped database cache from ignoring data...Jannis Leidel2011-07-041-4/+8
* Fixed #11623 -- Corrected table name quoting in db cache ...Russell Keith-Magee2010-02-111-2/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+14
* Make sure we only create the minimum number of table inde...Malcolm Tredinnick2008-06-301-2/+2
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-1/+1
* Refactored quote_name() to DatabaseOperations.quote_name(...Adrian Holovaty2007-08-201-5/+6
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-3/+4
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+40