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
2011-02-12
Fixed #8536 -- Made sure the makemessages management command cleans up after ...
Jannis Leidel
2011-01-27
Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...
Russell Keith-Magee
2011-01-25
Fixed #14419 -- Enhanced the help text of the makemessages management command...
Ramiro Morales
2011-01-24
Fixed 14796 -- Modified order of operations performed on field names by the i...
Ramiro Morales
2011-01-21
Converted makemessages management command to a NoArgsCommand.
Ramiro Morales
2011-01-21
Added contrib apps to ignore list when running makemessages in the Djagno sou...
Jannis Leidel
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2011-01-15
Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...
Russell Keith-Magee
2010-12-12
Fixed #14187 -- Added support for bpython to shell management command. Thanks...
Jannis Leidel
2010-12-12
Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve...
Jannis Leidel
2010-12-12
Fixed #14268 -- Start the deprecation of the reset and sqlreset management co...
Jannis Leidel
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-11-26
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...
Jannis Leidel
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-13
Refactored runserver command and moved code related to staticfiles to a subcl...
Jannis Leidel
2010-11-13
Fixed a few typos introduced in r14533.
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...
Ramiro Morales
2010-10-02
Fixed #10215 -- Ensured that there is parity between enter and leave transact...
Russell Keith-Magee
2010-09-12
Always pass models in post_syncdb signals as a set (not as a list
Malcolm Tredinnick
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-08-20
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...
Russell Keith-Magee
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-08-06
Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...
Russell Keith-Magee
2010-08-05
Corrected fix committed in r13466. Refs #14025.
Russell Keith-Magee
2010-08-04
Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.
Jacob Kaplan-Moss
2010-08-04
Fixed #14025 -- Modified flush to adhere to router sync instructions when emm...
Russell Keith-Magee
2010-06-21
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...
Russell Keith-Magee
2010-06-05
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...
Russell Keith-Magee
2010-04-27
Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...
Russell Keith-Magee
2010-04-19
Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...
Russell Keith-Magee
2010-04-11
Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...
Russell Keith-Magee
2010-04-09
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-04-01
Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...
Russell Keith-Magee
2010-03-31
Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...
Russell Keith-Magee
2010-02-26
Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...
Russell Keith-Magee
2010-02-21
Fixed #12655 - diffsettings command now returns the diff instead of printing....
Jannis Leidel
2010-02-16
Removed Python 2.3 compat code in translation framework.
Jannis Leidel
2010-02-16
Fixed #6505 - Copy plural forms from Django translation files for newly creat...
Jannis Leidel
2010-02-16
Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...
Jannis Leidel
2010-02-16
Fixed #6380 - Follow symlinks when examining source code and templates for tr...
Jannis Leidel
2010-02-16
Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...
Jannis Leidel
2010-02-16
Fixed #11284 - Stop forcing the use of the djangojs domain when the ".js" fil...
Jannis Leidel
2010-02-11
Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...
Russell Keith-Magee
2010-02-05
Fixed #11869 - Prevent deadlocks when calling gettext utilities on Windows. A...
Jannis Leidel
[next]