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
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-07
Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...
Alex Gaynor
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...
Russell Keith-Magee
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-11-02
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-29
Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...
Russell Keith-Magee
2010-10-29
Fixed #14523 -- Modified response handling so that exceptions raised by proce...
Russell Keith-Magee
2010-10-27
Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...
Alex Gaynor
2010-10-27
Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen...
Ramiro Morales
2010-10-21
Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...
Chris Beaven
2010-10-20
Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...
Luke Plant
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-10-14
Fixed #14301 -- Handle email validation gracefully with email addresses conta...
Jannis Leidel
2010-10-11
Fixed #13494 -- Correctly concat an email subject prefix with a translation s...
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-09
Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6.
Alex Gaynor
2010-10-09
Fixed #14356. Remove some dead imports from django.core.management.sql. Tha...
Alex Gaynor
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-10-07
Fixed #7722 - added support for CC in EmailMessage.
Luke Plant
2010-10-06
Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sql...
Adrian Holovaty
2010-10-06
Negligible formatting improvement to an error in management/sql.py
Adrian Holovaty
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-10-02
Fixed #10215 -- Ensured that there is parity between enter and leave transact...
Russell Keith-Magee
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-19
Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...
Russell Keith-Magee
2010-09-12
Debug 404 page now displays names of URL patterns, if they exist.
Malcolm Tredinnick
2010-09-12
Always pass models in post_syncdb signals as a set (not as a list
Malcolm Tredinnick
2010-09-12
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-09-10
Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call
Luke Plant
2010-09-10
Fixed #14250 - FileBasedCacheTests.test_cull test failure
Luke Plant
2010-08-31
Fixed #14199 -- Added a missing table creation statement in the db cache back...
Russell Keith-Magee
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-08-30
Fixed #14145 - undeterministic behavior when project or app template contains...
Luke Plant
2010-08-28
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...
Russell Keith-Magee
2010-08-20
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...
Russell Keith-Magee
2010-08-14
Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...
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-06
Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...
Russell Keith-Magee
2010-08-06
Corrected [13479], accounting for unnamed urls that are instances of classes.
Russell Keith-Magee
2010-08-05
Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...
Russell Keith-Magee
2010-08-05
Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...
Russell Keith-Magee
2010-08-05
Fixed #13946 -- Modified the database cache backend to use the database route...
Russell Keith-Magee
2010-08-05
Corrected fix committed in r13466. Refs #14025.
Russell Keith-Magee
[prev]
[next]