summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-01-25[1.5.x] Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-03[1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL filesClaude Paroz
2012-12-03[1.5.x] Fixed #19397 -- Crash on binary files in project templates.Aymeric Augustin
2012-11-24[1.5.x] Removed some stray debug lines introduced accidentally in c8985a8.Russell Keith-Magee
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...Russell Keith-Magee
2012-11-07[1.5.x] Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-21Updated error message for bad database enginePreston Holmes
2012-10-20Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...Russell Keith-Magee
2012-10-10Fixed error output from runserverClaude Paroz
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-10-01Cleaned up loaddata command options help textPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29[py3] Ported the 'shell' management command.Aymeric Augustin
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-21Merge walk and find_files in makemessages commandClaude Paroz
2012-08-18[py3] Removed gratuitous use of map/lambdaAymeric Augustin
2012-08-15Fixed the erorr handling code for missing management commands.Alex Gaynor
2012-08-15Make sure to explicitly close opened files.Alex Gaynor
2012-08-14[py3] Fixed file.read().decode(), used codecs.open() insteadAnssi Kääriäinen
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-13Removed binary flag to open files for writing text contentClaude Paroz
2012-08-08[py3] Fixed compilemessages testsClaude Paroz
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Applied minor fixes so the test suite startsAymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-25Fixed #18634 -- Don't escape variables in the context for startproject/startapp.Marc Tamlyn
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin
2012-07-21Fixed #4680 -- Improved initial_sql parsingClaude Paroz
2012-07-18Fixed #18479 -- Stopped makemessages raising error on gettext warningsClaude Paroz
2012-07-17Fixed #18547 -- Improved error message when gettext is missingClaude Paroz
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy