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
Age
Commit message (
Expand
)
Author
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
Fixed #19938 -- Consumed iterator only once in paginator's Page
Andrew Jesaitis
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-20
Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requests
Marc Tamlyn
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-05-19
Fixed #16330 -- added --pks option in dumpdata command
Preston Holmes
2013-05-19
Fixed #12747 -- Made reason phrases customizable.
Aymeric Augustin
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
Merge branch 'allow-any-iterable-for-choices'
Donald Stufft
2013-05-18
Fixed #20430 - Enable iterable of iterables for model choices
Donald Stufft
2013-05-18
Fixed #13285: populate_xheaders breaks caching
Łukasz Langa
2013-05-18
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-05-18
Fixed #20422 -- Applied makemessage's --ignore patterns to full path
Baptiste Mispelon
2013-05-17
Fixed #20427 -- Moved a variable initialization in storage.py
Claude Paroz
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-11
Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.
Tim Graham
2013-05-08
Added an HTTP status code to Django's WSGI application that was missing (reas...
Alex Gaynor
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-29
Fixed #20330 -- Normalized spelling of "web server".
Aymeric Augustin
2013-04-28
Fixed #18336 -- Doubled request_queue_size.
Aymeric Augustin
2013-04-01
Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...
Julien Phalip
2013-04-01
Fixed #5014 -- Guessed max_digits and decimal_places for SQLite
Claude Paroz
2013-03-30
Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.
Christoph Sieghart
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-03-25
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-24
Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1.
Aymeric Augustin
2013-03-20
Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.
Matthew Wood
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
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-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
Add a specific error message for URLValidator
Claude Paroz
2013-03-13
Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().
Baptiste Mispelon
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-11
Fixed a refactoring error in ba5138b1.
Aymeric Augustin
2013-03-11
Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.
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 TransactionMiddleware and TRANSACTIONS_MANAGED.
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
[next]