1
0
mirror of https://github.com/django/django.git synced 2025-01-14 04:18:17 +00:00
django/django/core
2008-03-10 22:18:50 +00:00
..
cache Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on a patch from sherbang. 2007-12-11 01:20:25 +00:00
handlers Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of a unicode object. Fixes the printout of the request object in those server error e-mails I never get :) 2008-03-08 03:06:30 +00:00
management Fixed #6374: cross-app and circular FK constraints are now detected and added correctly. Thanks, dready. 2008-03-10 22:18:50 +00:00
serializers Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). 2008-02-19 00:08:08 +00:00
servers Fixed #5596 -- Changed the static view for the development server so that Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan. 2007-12-17 11:46:48 +00:00
__init__.py
context_processors.py
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 Updated a docstring on a couple of email functions to stop the complaints. 2008-02-29 17:00:35 +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