summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
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-22Remove weird syncdb managed thing - no longer needed.Andrew Godwin
2012-09-17More schema test fixingAndrew Godwin
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
2012-07-10Changed `manage.py shell`'s help text to reflect that it can invoke bpython.Alex Gaynor
2012-06-24Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keysClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-06-01Made inspectdb tests deal with a smaller generated models.py file.Ramiro Morales
2012-05-27Used CommandError in createcachetable command.Claude Paroz