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
2013-03-16
Fix #20058: Make compilemessages use stdout instead of stderr.
Baptiste Mispelon
2013-03-11
Fixed a refactoring error in ba5138b1.
Aymeric Augustin
2013-03-11
Fixed loaddata command, broken in the previous merge.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed in loaddata.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-10
Made (make|compile)messages check for availability of gettext commands.
Ramiro Morales
2013-03-01
Removed unused options copy in flush
Claude Paroz
2013-02-26
Move management helper function to new utils module.
Ramiro Morales
2013-02-26
Don't use os.system() in compilemessages.
Ramiro Morales
2013-02-24
Add sqldropindexes to manage
Tomasz Rybak
2013-02-03
Fixed #19730 -- Don't validate importability of settings by using i18n in man...
Ramiro Morales
2013-02-02
Fixed #14305 -- Switched inspectdb to create unmanaged models.
Ramiro Morales
2013-02-01
Avoided ambiguous output when runserver port is already in use.
Aymeric Augustin
2013-01-31
Fixed dict randomization issue in inspectdb
Claude Paroz
2013-01-31
Fixed #19341 -- Detected NullBooleanField when introspecting models
Claude Paroz
2013-01-31
Added introspection tests for most of Django model fields
Claude Paroz
2013-01-28
Fixed #19676 -- Supported 'self' foreign keys in inspectdb.
Aymeric Augustin
2013-01-25
Revert "Patch by Claude for #16084."
Ramiro Morales
2013-01-25
Patch by Claude for #16084.
Ramiro Morales
2013-01-24
Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...
Ramiro Morales
2013-01-24
Fixed #19125 -- The startproject command should validate the name earlier
Claude Paroz
2013-01-19
Fix in makemessages refactoring plus UI tweaks.
Ramiro Morales
2013-01-19
Refactored makemessages command
Claude Paroz
2013-01-17
Made (make|compile)messages commands accept multiple locales at once.
Craig Blaszczyk
2013-01-16
Modified makemessages so it creates .pot files once per invocation.
Ramiro Morales
2013-01-16
Fixed #17008 -- Added makemessages option to not remove .pot files.
Ramiro Morales
2012-12-31
Fixed #17078 -- Made shell use std IPython startup.
Ramiro Morales
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-17
Refactor loaddata for readability.
Ramiro Morales
2012-10-27
Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-26
Merge branch 'master' into schema-alteration
Andrew Godwin
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-22
Remove weird syncdb managed thing - no longer needed.
Andrew Godwin
2012-09-17
More schema test fixing
Andrew Godwin
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
[prev]
[next]