.. |
cache
|
Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,
|
2007-07-16 09:36:10 +00:00 |
handlers
|
Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, SmileyChris and Graham Dumpleton.
|
2007-09-16 12:10:28 +00:00 |
management
|
Clean up of the command line argument error processing from [6400].
|
2007-09-21 16:52:32 +00:00 |
serializers
|
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
|
2007-09-15 08:29:56 +00:00 |
servers
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
|
2007-09-09 21:57:59 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
Fixed #4049 -- Improved error handling in auth() context processor. Based on a patch from gregorth.
|
2007-09-16 11:27:40 +00:00 |
exceptions.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
mail.py
|
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.
|
2007-09-15 09:51:41 +00:00 |
paginator.py
|
Fixed #1795 -- Added page_range to paginators in generic list views. Thanks to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch.
|
2007-09-14 01:01:02 +00:00 |
signals.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
template_loader.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
urlresolvers.py
|
Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern they
|
2007-07-13 09:14:51 +00:00 |
validators.py
|
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
|
2007-09-15 08:29:56 +00:00 |
xheaders.py
|
Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Thanks, Ludvig Ericson.
|
2007-08-12 10:29:59 +00:00 |