| Age | Commit message (Expand) | Author |
| 2006-11-07 | Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified callbac... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2894: XML deserializer now correctly handles null primary keys. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan. | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,... | Jacob Kaplan-Moss |
| 2006-10-31 | Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad... | Russell Keith-Magee |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-10-27 | Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr... | Adrian Holovaty |
| 2006-10-25 | Reverted [3919] because it requires mod_python 3.2.10+ | Adrian Holovaty |
| 2006-10-24 | Fixed #2932 -- Added more details to the warning message in 'manage.py reset'... | Adrian Holovaty |
| 2006-10-24 | Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT | Adrian Holovaty |
| 2006-10-24 | Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re... | Adrian Holovaty |
| 2006-10-09 | Made the !NoReverseMatch exception fail silently within templates (so that mo... | Jacob Kaplan-Moss |
| 2006-10-09 | Fixed problem with debug message arguments. | Russell Keith-Magee |
| 2006-10-03 | Modified sql_index function names to match pattern established by initial_dat... | Russell Keith-Magee |
| 2006-10-03 | Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter... | Russell Keith-Magee |
| 2006-10-03 | Cleaned up and clarified some log messages and docstrings. | Russell Keith-Magee |
| 2006-10-03 | Factored out per-model index generation code. | Russell Keith-Magee |
| 2006-10-03 | Modified the default verbosity to be 1 (normal), and added some syncdb messag... | Russell Keith-Magee |
| 2006-10-03 | Added ability to use --noinput flag for application reset. | Russell Keith-Magee |
| 2006-10-03 | Altered the order of arguments to the test function to match common practice ... | Russell Keith-Magee |
| 2006-09-28 | Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon... | Adrian Holovaty |
| 2006-09-28 | Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons... | Adrian Holovaty |
| 2006-09-28 | Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid... | Adrian Holovaty |
| 2006-09-28 | Folded django.core.handlers.modpython.populate_apache_request into ModPythonH... | Adrian Holovaty |
| 2006-09-28 | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest... | Adrian Holovaty |
| 2006-09-27 | Fixed Python 2.3 compatibility problem in [3872]. | Malcolm Tredinnick |
| 2006-09-27 | Reintroduced the changes from [3855] with more flexible handling of version | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2827 -- Reverted [3855] | Adrian Holovaty |
| 2006-09-26 | Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python. | Adrian Holovaty |
| 2006-09-26 | Fixed #2188 -- Raise an error when using long CharFields in combination with | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2760 -- Fixed FloatField validator right (take two!) for negative | Malcolm Tredinnick |
| 2006-09-25 | Proofread new django-admin 'adminmedia' option from [3811] and [3812] | Adrian Holovaty |
| 2006-09-25 | Small improvements to profanities-to-settings move from [3784] | Adrian Holovaty |
| 2006-09-25 | Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2674 -- Added stricter date validation so that things like 2006-11-31 | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2600 -- Added an option to allow serving admin media from a custom path | Malcolm Tredinnick |
| 2006-09-23 | A corrected version of r3805. | Malcolm Tredinnick |
| 2006-09-23 | Reverting r3805 whilst I track down a potential problem with it. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2425 -- Call validate() as part of generating SQL in order to catch a | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2789 -- Corrected typo from r3788. | Malcolm Tredinnick |