index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-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
2010-08-04
Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.
Jacob Kaplan-Moss
2010-08-04
Fixed #14025 -- Modified flush to adhere to router sync instructions when emm...
Russell Keith-Magee
2010-06-21
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...
Russell Keith-Magee
2010-06-05
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...
Russell Keith-Magee
2010-06-03
Fixed #10758 - sys.exc_info() should not be stored on a local variable
Luke Plant
2010-05-28
Fixed #13656 -- Ensure that the management commands use the right database fo...
Russell Keith-Magee
2010-05-10
Removed some debug accidentally committed in r13201.
Russell Keith-Magee
2010-05-10
Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-27
Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...
Russell Keith-Magee
[next]