1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/core
2007-08-18 04:51:51 +00:00
..
cache Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks, 2007-07-16 09:36:10 +00:00
handlers Fixed #4909 -- Fixed a race condition with middleware initialisation in multi-threaded setups. Thanks, colin@owlfish.com. 2007-08-12 10:24:05 +00:00
management Added the ability for end users to register commands with management.py. 2007-08-18 04:51:51 +00:00
serializers Fixed #4558 -- Modified XML serializer to handle whitespace better around None tags. Thanks to Bill Fenner <fenner@gmail.com> for the report and fix. 2007-07-20 12:07:58 +00:00
servers Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header. 2007-07-17 04:22:11 +00:00
__init__.py
context_processors.py Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, and added that context processor to the default set. Thanks to Ubernostrum for the patch. 2007-05-29 11:09:24 +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
handler.py
mail.py Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mail 2007-08-11 12:10:07 +00:00
paginator.py Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages with only a few items. Thanks, SmileyChris. 2006-11-07 04:44:27 +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 #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler. 2007-08-15 12:09:32 +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