| Age | Commit message (Expand) | Author |
| 2011-08-10 | Made override_settings also work with TransactionTestCase when acting as a cl... | Ramiro Morales |
| 2011-08-08 | Added fixtures files missing from [16590]. | Ramiro Morales |
| 2011-08-07 | Fixed #3615: Added support for loading fixtures with forward references on da... | Karen Tracey |
| 2011-08-01 | Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th... | Ramiro Morales |
| 2011-07-29 | Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs... | Jannis Leidel |
| 2011-07-29 | Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ... | Jannis Leidel |
| 2011-07-29 | Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ... | Jannis Leidel |
| 2011-07-29 | Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of... | Jannis Leidel |
| 2011-07-29 | Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th... | Jannis Leidel |
| 2011-07-29 | Fixed #16533 -- Stopped the memcache cache backend from raising an exception ... | Jannis Leidel |
| 2011-07-25 | Add some simple regression tests for the truncatechars filter. Refs #16510. | Chris Beaven |
| 2011-07-17 | Fixed #16480 -- Modified test added in r16522 so it doesn't use a query not s... | Ramiro Morales |
| 2011-07-14 | Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-10 | Fixed #16447 -- Stopped using the setting name as the sender parameter for th... | Jannis Leidel |
| 2011-07-10 | Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton. | Ramiro Morales |
| 2011-07-08 | Fixed typos in admin_views tests XML fixtures. | Ramiro Morales |
| 2011-07-08 | Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ... | Luke Plant |
| 2011-07-08 | FIlter warnings about deprecated syntax of the `url` template tag in recently... | Ramiro Morales |
| 2011-07-07 | Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o... | Ramiro Morales |
| 2011-07-06 | Fixed #16424 -- Fixed regression in collect static management command introdu... | Jannis Leidel |
| 2011-07-05 | Rolled back r16510, r16513 and r16514 because it wasn't ready. | Jannis Leidel |
| 2011-07-05 | Removed left over print statement. | Jannis Leidel |
| 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 | Renamed a test model field added in [16345] so it doesn't keep the test DB ce... | Ramiro Morales |
| 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-07-03 | Reverted [14563] because it introduced a dependency from core on a contrib ap... | Ramiro Morales |
| 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-28 | Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi... | 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 |