1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/django/core
2008-03-21 21:52:34 +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 #6789 -- Added some small amount of extra protection for learners trying 2008-03-19 15:10:31 +00:00
serializers Fixed #5574 -- Serialize a FileField using its filename from the database, not 2008-03-18 14:35:05 +00:00
servers Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. 2008-03-18 15:53:46 +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 some styling issues in django/core/mail.py. 2008-03-21 21:52:34 +00:00
paginator.py Added a new and improved Paginator class, which allows you to pass a Page object to the template instead of 5 or 6 separate variables. ObjectPaginator still exists for backwards compatibility but issues a DeprecationWarning 2008-03-18 21:13:48 +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 Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Bastian Kleineidam. 2008-03-17 14:05:43 +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