index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
Age
Commit message (
Expand
)
Author
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-27
[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-10
Fixed error output from runserver
Claude Paroz
2012-10-01
Cleaned up loaddata command options help text
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-10
Fixed #18611 -- Display current date/time when running runserver
Mike Grouchy
2012-08-29
[py3] Ported the 'shell' management command.
Aymeric Augustin
2012-08-23
Fixed #18843 -- Replaced more special chars in column names (inspectdb)
Claude Paroz
2012-08-23
Fixed #12460 -- Improved inspectdb handling of special field names
Claude Paroz
2012-08-21
Fixed #18196 -- Improved loaddata error messages.
Claude Paroz
2012-08-21
Merge walk and find_files in makemessages command
Claude Paroz
2012-08-18
[py3] Removed gratuitous use of map/lambda
Aymeric Augustin
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-13
Removed binary flag to open files for writing text content
Claude Paroz
2012-08-08
[py3] Fixed compilemessages tests
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
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-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-18
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Claude Paroz
2012-07-17
Fixed #18547 -- Improved error message when gettext is missing
Claude Paroz
2012-07-17
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
2012-07-10
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-06-06
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
Claude Paroz
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
2012-06-01
Made inspectdb tests deal with a smaller generated models.py file.
Ramiro Morales
2012-05-27
Used CommandError in createcachetable command.
Claude Paroz
2012-05-26
Removed unneeded sys import added in previous commit
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-05-15
Fixed #18019 -- Use threaded runserver only when database supports it.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-01
Skip model validation when models are known good.
Anssi Kääriäinen
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Made table_names() output sorted.
Anssi Kääriäinen
2012-04-27
Updated compilemessages and makemessages management commands to change SVN->G...
Adrian Holovaty
2012-04-27
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...
Claude Paroz
2012-04-26
Removed direct print statements from django management commands.
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-10
Fixed #17820 -- Fixed more occurrences of redundant handling of management co...
Ramiro Morales
2012-03-02
Added missing newline to makemessages output. Thanks Florian Apolloner for re...
Carl Meyer
[next]