| Age | Commit message (Expand) | Author |
| 2009-08-12 | [0.96.X] Another update to security patch from r11354. | Russell Keith-Magee |
| 2009-07-29 | [0.96.X] SECURITY ALERT: Corrected a problem with the Admin media handler tha... | Russell Keith-Magee |
| 2007-03-23 | Fixed #3779 -- Resolved problem with order of creation of m2m tables during s... | Russell Keith-Magee |
| 2007-03-19 | Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report... | Russell Keith-Magee |
| 2007-03-15 | Fixed typo in docstring of YAML serializer. | Russell Keith-Magee |
| 2007-03-15 | Added implementation of --indent for the XML serializer. | Russell Keith-Magee |
| 2007-03-13 | Added various fixes to serializer implementations. Fixes mostly deal with han... | Russell Keith-Magee |
| 2007-03-13 | Modified the internal dumpdata implementation to return the dumped data, rath... | Russell Keith-Magee |
| 2007-03-12 | Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer... | Jacob Kaplan-Moss |
| 2007-03-12 | Fixed #3410 -- Edited a few i18n markups for completeness and to remove some | Malcolm Tredinnick |
| 2007-03-11 | Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. Refs | Malcolm Tredinnick |
| 2007-03-07 | Removed rsplit() usage for python2.3 compatibility. Refs #3625. | Malcolm Tredinnick |
| 2007-03-02 | Added option to pretty-print dumped fixture output | Russell Keith-Magee |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed #3390: the serializer can now contain forward references. Thanks, Russ. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-25 | Teeny weeny optimization to RegexURLPattern.resolve() | Adrian Holovaty |
| 2007-02-25 | Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3488: send_mail no longer uses settings in function default arguments.... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3554: django.core.mail now generates dates with the email module inste... | Jacob Kaplan-Moss |
| 2007-02-17 | Fixed #3067 -- Improved caching of machine hostname to increase server restart | Malcolm Tredinnick |
| 2007-02-17 | Added workaround for loading duplicate model classes in management shell. Patch | Malcolm Tredinnick |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2007-01-27 | Fixed a flaw in the serializers that prevented OneToOneFields being serialize... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved... | Adrian Holovaty |
| 2007-01-12 | Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th... | Jacob Kaplan-Moss |
| 2006-12-26 | Fixed #3187 -- Django will now look for the root URLconf as an attribute of t... | Jacob Kaplan-Moss |
| 2006-12-07 | Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ... | Adrian Holovaty |
| 2006-11-29 | Fixed #2924 -- Development server no longer spins on an empty form post. Bug ... | Adrian Holovaty |
| 2006-11-28 | Fixed small bug in 'The view ____ didn't return an HttpResponse object' messa... | Adrian Holovaty |
| 2006-11-26 | Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG... | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry Pederson | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ... | Adrian Holovaty |
| 2006-11-23 | Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user e... | Adrian Holovaty |
| 2006-11-10 | Fixed bug in [4058], in django/core/mail.py. Thanks, Igor Goryachev | Adrian Holovaty |
| 2006-11-10 | Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ... | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 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 |