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-10-22
[1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.
Ramiro Morales
2013-10-18
[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_command
Claude Paroz
2013-10-14
[1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-ascii
Claude Paroz
2013-10-01
[1.6.x] Fixed #21209 -- .po file path comments on Windows.
Ramiro Morales
2013-09-22
[1.6.x] Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-06
[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...
Russell Keith-Magee
2013-09-03
[1.6.x] Fixed #21026 -- Corrected help for manage.py test command.
Carl Meyer
2013-08-20
[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-07-30
[1.6.x] Added support for IPython.start_ipython in shell
MinRK
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-06-20
Fixed #20632 -- Fixed {{ docs_version }} in project template
Baptiste Mispelon
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-14
Fixed python 3.2 compat.
Florian Apolloner
2013-06-13
Added a ``checksetup`` management command for verifying Django compatibility.
Daniel Lindsley
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-09
Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.
Tim Graham
2013-06-07
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
Chris Streeter
2013-06-03
Fixed loaddata for Django checkouts with non ASCII chars in the name.
Florian Apolloner
2013-06-03
Fixed small regression from 51aa000378.
Aymeric Augustin
2013-06-02
Fixed #20485 -- Refactored loaddata for speed.
Aymeric Augustin
2013-05-31
Improved the usage message of the test command.
René Fleschenberg
2013-05-30
Fixed #20509 - Proper parsing for dumpdata --pks option.
Tim Graham
2013-05-29
Fixed #15697 -- Made sqlindexes aware of auto-created tables
Claude Paroz
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
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
[next]