| Age | Commit message (Expand) | Author |
| 2009-04-04 | [1.0.X] Fixed the test added for #9005 to use the e.args[0] instead of e.mess... | Karen Tracey |
| 2009-04-04 | [1.0.X] Fixed up the tests added for #9779 to run under Python 2.3, which doe... | Karen Tracey |
| 2009-04-04 | [1.0.X] Replace test use of assertTrue with failUnless. No matter how many ti... | Karen Tracey |
| 2009-04-04 | [1.0.X] Fixed #10254: Changed the regex in get_valid_filename to allow unicod... | Karen Tracey |
| 2009-04-03 | [1.0.X] Fixed #9991: correctly introspect PostgreSQL 'real' types. Backport o... | Jacob Kaplan-Moss |
| 2009-04-03 | [1.0.X] Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)... | Jacob Kaplan-Moss |
| 2009-04-03 | [1.0.X] Fixed #9546: GenericRelations inherited from base models no longer qu... | Jacob Kaplan-Moss |
| 2009-04-02 | [1.0.X] Fixed #9520: make the date filter fail silently for non-date values. ... | Jacob Kaplan-Moss |
| 2009-04-02 | [1.0.X] Added tests for database introspection. Refs #9779. Backport r10362 f... | Jacob Kaplan-Moss |
| 2009-04-02 | [1.0.X] Fixed the test in [10351] to work reguardless of the test settings. B... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE is... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.x] Backport of r10348 from trunk, plus missing tests that should have be... | Joseph Kocherhans |
| 2009-04-01 | [1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #10016: the cache middleware no longer vomits when handed long ... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #9474: user_passes_test may now be applied multiple times. Back... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus,... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10513: floatformat now works with floatish things, not just re... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict aft... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl... | Joseph Kocherhans |
| 2009-03-31 | [1.0.X] Forms in model formsets and inline formsets can now be deleted even i... | Joseph Kocherhans |
| 2009-03-31 | [1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickl... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation... | Gary Wilson Jr |
| 2009-03-31 | [1.0.X]: Fixed #10667 -- Added missing sys import. | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on... | Joseph Kocherhans |
| 2009-03-30 | [1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i... | Joseph Kocherhans |
| 2009-03-30 | [1.0.X]: Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags t... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to w... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s... | Gary Wilson Jr |
| 2009-03-30 | [1.0.X]: Made the template tests error output a bit more pretty. | Gary Wilson Jr |
| 2009-03-29 | [1.0.X]: Removed an inadvertent raise statement added in [8777] and added the... | Gary Wilson Jr |
| 2009-03-24 | [1.0.X] Fixed #10589 -- Removed duplicated model definition in null_fk_orderi... | Russell Keith-Magee |
| 2009-03-24 | [1.0.X] Fixed #9926 -- Fixes for some select_related() situations. | Malcolm Tredinnick |
| 2009-03-23 | [1.0.X] Added an import that should have been included in [10126]. | Ian Kelly |
| 2009-03-23 | [1.0.X] Fixed a false failure in the test suite when running Oracle. Backport... | Ian Kelly |
| 2009-03-20 | [1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers. | Malcolm Tredinnick |
| 2009-03-18 | [1.0.X] Corrected a problem with the database cache backend, and refactored t... | Russell Keith-Magee |
| 2009-03-18 | Fixed #10526 -- More fixes when specifying installed apps using "foo.*". | Malcolm Tredinnick |
| 2009-03-15 | [1.0.X] Use plain model.Manager, or suitable proxy, for model saving. | Malcolm Tredinnick |
| 2009-03-13 | [1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen... | Ian Kelly |
| 2009-03-10 | [1.0.X] Backport of [10024] from trunk. Refs #10443: Added Oracle to the #104... | Ian Kelly |
| 2009-03-10 | [1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th... | Russell Keith-Magee |
| 2009-03-10 | [1.0.X] Fixed #10439 -- Fixed a subtle test failure caused by r9995. | Malcolm Tredinnick |
| 2009-03-10 | [1.0.X] Fixed #10443 -- Fixed model attribute updating after r10004. | Malcolm Tredinnick |
| 2009-03-08 | [1.0.x] Fixed #9508 -- Added an appropriate FileField.__hash__ implementation. | Malcolm Tredinnick |
| 2009-03-08 | [1.0.X] Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits ... | Malcolm Tredinnick |