django/django/core
Adrian Holovaty 0c8f8f27fb Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't figured out yet
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-04 05:53:33 +00:00
..
cache Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem". 2007-12-02 00:35:14 +00:00
handlers Re-organized imports in handler modules to adhere to Django coding style. 2007-12-02 02:22:19 +00:00
management Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't figured out yet 2007-12-04 05:53:33 +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 some type checks in the development server. Fixed #6063. 2007-11-30 18:28:19 +00:00
__init__.py
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 Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
mail.py Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creating 2007-10-20 07:53:54 +00:00
paginator.py Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so that an exception is not raised if `self.page_range` is accessed before `self.pages`. 2007-11-19 06:10:23 +00:00
signals.py
template_loader.py
urlresolvers.py Fixed #5732 -- Catch all possible errors when importing a URLConf file. This 2007-10-21 17:51:06 +00:00
validators.py
xheaders.py