| Age | Commit message (Expand) | Author |
| 2008-01-13 | Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` mode... | Gary Wilson Jr |
| 2007-12-13 | Changed ModelForms to allow inheritance as long as their model attributes are... | Joseph Kocherhans |
| 2007-12-13 | Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac... | Joseph Kocherhans |
| 2007-12-09 | Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749. | Malcolm Tredinnick |
| 2007-12-04 | Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ... | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg | Malcolm Tredinnick |
| 2007-12-01 | Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r... | Malcolm Tredinnick |
| 2007-12-01 | Fixed #6068 -- Updated docstrings in model tests to make the documentation | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5989 -- Fixed a problem with values being incorrectly reused by | Malcolm Tredinnick |
| 2007-11-29 | Fixed #4653 -- Improved the logic to decide when to include (and select as | Malcolm Tredinnick |
| 2007-11-19 | Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so... | Gary Wilson Jr |
| 2007-11-13 | Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model... | Gary Wilson Jr |
| 2007-11-11 | When using assertRedirect(), allow the caller to specify relative URLs and | Malcolm Tredinnick |
| 2007-11-09 | Corrected a couple comments in `model_forms` tests. | Gary Wilson Jr |
| 2007-11-07 | Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B... | Luke Plant |
| 2007-11-05 | Added the small changes necessary to make creating custom model fields easier. | Malcolm Tredinnick |
| 2007-10-21 | Fixed #3265 -- Made it a validation error to have field names with trailing | Malcolm Tredinnick |
| 2007-10-04 | Fixed #5641 -- Handle lazy translations correctly when used as default argume... | Malcolm Tredinnick |
| 2007-09-24 | Fixed #5559: instances sent via post-save signals no longer have pks of None.... | Jacob Kaplan-Moss |
| 2007-09-22 | Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ... | Russell Keith-Magee |
| 2007-09-21 | Fixed #5516 -- Added the ability for applications to define their own managem... | Russell Keith-Magee |
| 2007-09-16 | Fixed a typo. I think I should get full marks for getting all the letters rig... | Malcolm Tredinnick |
| 2007-09-16 | Removed the test portion that relies on transactions when the backend is mysq... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th... | Russell Keith-Magee |
| 2007-09-15 | Added explicit order_by filters to some model_forms tests that were failing i... | Ian Kelly |
| 2007-09-14 | Fixed test case that failed on Oracle because it assumed an ordering for | Matt Boersma |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-14 | Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigl... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ... | Malcolm Tredinnick |
| 2007-09-14 | Fixed tests to match new HTTP redirect behaviour. We always redirect to absol... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t... | Russell Keith-Magee |
| 2007-09-08 | Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len... | Gary Wilson Jr |
| 2007-09-04 | Removed trailing whitespace. | Gary Wilson Jr |
| 2007-09-04 | Removed import that snuck into [6044]. | Gary Wilson Jr |
| 2007-09-04 | Cleaned up some imports. | Gary Wilson Jr |
| 2007-09-03 | Fixed #4988 -- In the test client, Added tracking of the client and request t... | Russell Keith-Magee |
| 2007-08-31 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks... | Russell Keith-Magee |
| 2007-08-17 | Added docstring to logout test case. | Russell Keith-Magee |
| 2007-08-17 | Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <... | Russell Keith-Magee |
| 2007-08-17 | Minor fix to get the fixure model test to pass in the new management framework. | Russell Keith-Magee |
| 2007-08-16 | Major refactoring of django.core.management -- it's now a package rather than... | Adrian Holovaty |
| 2007-08-08 | Fixed #5115 -- Fixed `QuerySet` slices to allow longs. | Gary Wilson Jr |
| 2007-08-05 | Fixed #4001 -- Added dynamic save_m2m method() to forms created with form_for... | Russell Keith-Magee |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-27 | Added unit test that confirms a bug in ValuesQuerySets that have extra(select... | Adrian Holovaty |