| Age | Commit message (Expand) | Author |
| 2012-05-02 | Merge pull request #28 from akaariai/ticket_18163 | Karen Tracey |
| 2012-05-01 | Fixed #17742 -- Handled aware datetimes in DateField | Aymeric Augustin |
| 2012-04-30 | Ensured tests pass using custom PASSWORD_HASHERS. | Anssi Kääriäinen |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-04-29 | Fixed #18023 -- Removed bundled simplejson. | Aymeric Augustin |
| 2012-04-29 | Fixed an Oracle-specific test case failure | Anssi Kääriäinen |
| 2012-04-29 | Simplified timezones tests with settings_changed. | Aymeric Augustin |
| 2012-04-20 | Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o... | Anssi Kääriäinen |
| 2012-04-14 | Converted more test assertions to assert[Not]Contains. | Claude Paroz |
| 2012-04-11 | Fixed #17439 -- Prevented spurious queries for missing objects after prefetch... | Aymeric Augustin |
| 2012-04-10 | Fixed #18090 -- Applied filters when running prefetch_related backwards throu... | Aymeric Augustin |
| 2012-04-09 | Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass.... | Carl Meyer |
| 2012-03-31 | Removed deprecated URLField.verify_exists. | Aymeric Augustin |
| 2012-03-30 | Use the class decorator syntax available in Python >= 2.6. Refs #17965. | Aymeric Augustin |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks... | Claude Paroz |
| 2012-03-29 | Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha... | Claude Paroz |
| 2012-03-22 | Reverted parts of r16963 to fix a regression on the creation of permissions o... | Aymeric Augustin |
| 2012-03-15 | Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj... | Luke Plant |
| 2012-03-14 | Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329. | Aymeric Augustin |
| 2012-03-13 | Fixed #17882 -- Reopened the database connection when a test changes time zon... | Aymeric Augustin |
| 2012-03-13 | Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal... | Jannis Leidel |
| 2012-03-13 | Refs #17876: enhanced new test to actually test underlying function, not just... | Karen Tracey |
| 2012-03-12 | Fix #17876: Corrected an exception (regression) raised where select_realted a... | Karen Tracey |
| 2012-03-03 | Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance... | Jannis Leidel |
| 2012-03-01 | Fixed #17696 - Queryset prefetch_related() ignores using() | Luke Plant |
| 2012-02-28 | Fixed #17668 - prefetch_related does not work in in_bulk | Luke Plant |
| 2012-02-27 | Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins... | Aymeric Augustin |
| 2012-02-22 | Fixed #17728 -- When filtering an annotation, ensured the values used in the ... | Aymeric Augustin |
| 2012-02-22 | Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc... | Carl Meyer |
| 2012-02-09 | Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma... | Jannis Leidel |
| 2012-02-05 | Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '... | Julien Phalip |
| 2012-02-04 | Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`.... | Julien Phalip |
| 2012-02-04 | Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank... | Jannis Leidel |
| 2012-02-04 | Fixed #17527 -- Improved exception message when adding the wrong type of obje... | Jannis Leidel |
| 2012-01-31 | Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ... | Carl Meyer |
| 2012-01-31 | Skipped the test introduced at r17403 on Python 2.5, because it requires warn... | Aymeric Augustin |
| 2012-01-28 | Caught (and tested) the warning added at r17393 in the corresponding test. Re... | Aymeric Augustin |
| 2012-01-24 | Fixed #17580 -- Made sure datetime.date instances are correctly handled when ... | Jannis Leidel |
| 2012-01-07 | Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme... | Aymeric Augustin |
| 2012-01-02 | Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its... | Julien Phalip |
| 2012-01-02 | Fixed a stupid bug in the implementation of timezone.make_aware. | Aymeric Augustin |
| 2011-12-27 | Fixed #17463 -- Conditionally skipped tests that Windows isn't able to run. | Aymeric Augustin |
| 2011-12-22 | Added support for modifying the effect of ``DISTINCT`` clauses so they | Ramiro Morales |
| 2011-12-17 | Fixed various dodgy behaviours | Adrian Holovaty |
| 2011-12-16 | Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for... | Adrian Holovaty |
| 2011-12-11 | Fixed #17251 -- In the select_for_update tests, close manually database conne... | Aymeric Augustin |
| 2011-12-04 | Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t... | Aymeric Augustin |
| 2011-11-27 | Changed the fixtures used to test the 'initial_data' feature so they don't co... | Aymeric Augustin |
| 2011-11-27 | Renamed the fixtures used by the aggregation tests so they're only loaded by ... | Aymeric Augustin |
| 2011-11-25 | Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e... | Aymeric Augustin |