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
Age
Commit message (
Expand
)
Author
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-05-22
Removed check for 0.15 version of gettext tools
Claude Paroz
2013-05-20
Fixed #20445 -- Raised original exception after command error
Jorge Bastida
2013-05-19
Fixed #16330 -- added --pks option in dumpdata command
Preston Holmes
2013-05-19
Fixed #18990 -- Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-19
Fixed #18990: Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-18
Fixed #20422 -- Applied makemessage's --ignore patterns to full path
Baptiste Mispelon
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-05-08
Fixed #20256 -- Corrected startproject --template help text
Claude Paroz
2013-05-07
Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`
Tai Lee
2013-04-01
Fixed #5014 -- Guessed max_digits and decimal_places for SQLite
Claude Paroz
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
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-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
2013-03-03
Fixed #19942 -- Decoded errors coming from Popen commands
Claude Paroz
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-15
Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...
Russell Keith-Magee
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-02-04
Enhanced docs and docctrings added in 869c9ba.
Ramiro Morales
2013-02-04
Revert "Fixed #19724 -- Output error when settings are improperly configured"
Claude Paroz
2013-02-04
Fixed #19724 -- Output error when settings are improperly configured
Claude Paroz
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-25
Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
Claude Paroz
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
[next]