| Age | Commit message (Expand) | Author |
| 2008-08-25 | Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed get_or_create test case for Oracle by re-raising the more specific Inte... | Matt Boersma |
| 2008-08-25 | Fixed #8379: the admin user change form now properly validates the username. ... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7833: the user creation form now works when password1 isn't set. | Jacob Kaplan-Moss |
| 2008-08-25 | Converted some images in the docs that claimed to be PNGs, but weren't. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8529 -- Added Petr Lewandowski to the AUTHORS file. | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7317: the x-view middleware is no longer enabled by default. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-25 | Fixed #8517 - updated Polish translations. Thanks, Piotr Lewandowski. | Jarek Zgoda |
| 2008-08-25 | Fixed #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2 | Malcolm Tredinnick |
| 2008-08-25 | Improved the regression test in [8460] a bit, based on some information from | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8522 -- Allow app_index to take extra_context to be consistent with th... | Brian Rosner |
| 2008-08-25 | Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks... | Brian Rosner |
| 2008-08-25 | Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple. | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8510 -- Allow both strings (mostly for the admin) and integers to be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can | Malcolm Tredinnick |
| 2008-08-25 | Added Kevin McConnell to AUTHORS (fixed #8524). Also turned Julia Elman into ... | Malcolm Tredinnick |
| 2008-08-24 | Fixed #8520 -- Corrected a dumb typo in the call to password_change in django... | Brian Rosner |
| 2008-08-24 | Fixed #7628 -- Oracle backend won't try to recreate existing sequences during... | Matt Boersma |
| 2008-08-24 | Added a test to show that [8472] also fixed #8254. | Malcolm Tredinnick |
| 2008-08-24 | Fixed #7243: Corrected some example code in the custom model fields documenta... | Russell Keith-Magee |
| 2008-08-24 | Fixed #7996: Added a note that you need to register your site with Google in ... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8486: Corrected some file attribute names in the request/response docs... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8129: Modified the password reset email template to use a URL lookup, ... | Russell Keith-Magee |
| 2008-08-24 | Added svn:ignore to recently added directory. | Russell Keith-Magee |
| 2008-08-24 | Fixed #8298: Added a to_python method for integer fields. This ensures that t... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8401: Added a note on the fact that DEBUG=False is forced during test ... | Russell Keith-Magee |
| 2008-08-24 | Corrected some formatting in the testing docs. | Russell Keith-Magee |
| 2008-08-24 | Fixed #8475 -- Corrected typo in example code in syndication docs. Thanks to ... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8512: Corrected typo in form validation documentation. Thanks for the ... | James Bennett |
| 2008-08-24 | Added app_label to the context for the add user admin view. | Russell Keith-Magee |
| 2008-08-24 | Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ... | Russell Keith-Magee |
| 2008-08-23 | Avoid a crash when unencoding session data for the db backend. This is required | Malcolm Tredinnick |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-23 | Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. Patch | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8359 -- Add an admin log entry when creating a new user. | Malcolm Tredinnick |
| 2008-08-23 | Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;... | Justin Bronn |
| 2008-08-23 | Tweaked the Admin add/change page so that "save" is still the highlighted | Malcolm Tredinnick |
| 2008-08-23 | Updated German translation | Jannis Leidel |
| 2008-08-23 | Removed a relatively pointless QuerySet clone introduced in [8472]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8495 -- Updated Hebrew translation. Thanks, mksoft. | Malcolm Tredinnick |
| 2008-08-23 | Tests for password change process. Thanks, Mike Richardson. Fixed #8402. | Malcolm Tredinnick |
| 2008-08-23 | Updated password change template (in admin templates) to use current form | Malcolm Tredinnick |