| Age | Commit message (Expand) | Author |
| 2011-07-05 | Made cache table test case multidb capable. Refs #16411. Thanks, Russ. | Jannis Leidel |
| 2011-07-05 | Fixed test failure on Postgres that was added in r16510. | Jannis Leidel |
| 2011-07-05 | Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that... | Jannis Leidel |
| 2011-07-04 | Fixed #15255 -- Stopped database cache from ignoring database routers when cr... | Jannis Leidel |
| 2011-07-04 | Fixed #16161 -- Added `--clear` option to `collectstatic` management command ... | Jannis Leidel |
| 2011-07-04 | Removed superflous commented-out lines. | Ramiro Morales |
| 2011-07-04 | Fixed #16332 -- Added language template tag that switches the activate langua... | Jannis Leidel |
| 2011-07-03 | Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or... | Jannis Leidel |
| 2011-07-03 | Fixed #15820 -- Fixed the use of the InlineAdmin's get_formset method by actu... | Jannis Leidel |
| 2011-07-03 | Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on... | Jannis Leidel |
| 2011-07-03 | Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg... | Jannis Leidel |
| 2011-07-03 | Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-28 | Fixed #15813 -- Updated Indian localflavor to use correct state choices and f... | Jannis Leidel |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |
| 2011-06-28 | Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl. | Jannis Leidel |
| 2011-06-26 | Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb... | Jannis Leidel |
| 2011-06-26 | Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, ... | Jannis Leidel |
| 2011-06-26 | Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo... | Jannis Leidel |
| 2011-06-25 | Fixed #15852 -- Modified cookie parsing so it can handle duplicate invalid co... | Ramiro Morales |
| 2011-06-25 | Fixed #6189 -- Modified test that need Internet access so they use a mock ins... | Ramiro Morales |
| 2011-06-25 | Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ... | Ramiro Morales |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |
| 2011-06-19 | Fixed broken i18n tests after r16437. | Jannis Leidel |
| 2011-06-19 | Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco... | Ramiro Morales |
| 2011-06-17 | Backed out [16356] due to later rejection of #16182. | Andrew Godwin |
| 2011-06-16 | Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA... | Ramiro Morales |
| 2011-06-16 | Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise... | Jannis Leidel |
| 2011-06-16 | Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ... | Jannis Leidel |
| 2011-06-16 | Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ... | Jannis Leidel |
| 2011-06-16 | Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic... | Jannis Leidel |
| 2011-06-16 | Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready an... | Jannis Leidel |
| 2011-06-15 | Fixed #16275 -- Added __future__ import to support with statement. Thanks to ... | Russell Keith-Magee |
| 2011-06-15 | Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan... | Jannis Leidel |
| 2011-06-14 | Fixed naming of test methods for the sake of consistency. | Jannis Leidel |
| 2011-06-13 | Removed a name clash in a test method. Refs #16246. | Ramiro Morales |
| 2011-06-12 | Fixed incompatibility (usage of class decorator) with Python 2.5 introduced i... | Ramiro Morales |
| 2011-06-12 | Fixed broken test introduced in r16385. | Jannis Leidel |
| 2011-06-12 | Fixed #7836 -- Modified strategy used by the test client to check for session... | Ramiro Morales |
| 2011-06-12 | Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah. | Jannis Leidel |
| 2011-06-12 | Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli... | Jannis Leidel |
| 2011-06-12 | Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both... | Ramiro Morales |
| 2011-06-11 | Fixed #16224 -- Fixed override_settings test utility to correctly work with T... | Jannis Leidel |
| 2011-06-11 | Added file forgotten in r16369. | Ramiro Morales |
| 2011-06-11 | Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to... | Jannis Leidel |
| 2011-06-11 | Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus... | Jannis Leidel |
| 2011-06-11 | Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ... | Ramiro Morales |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-10 | More removal of poorly legible constructs to workaround Python 2.4 shortcomings. | Ramiro Morales |
| 2011-06-10 | Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric... | Andrew Godwin |