| Age | Commit message (Expand) | Author |
| 2008-03-18 | Added a new and improved Paginator class, which allows you to pass a Page obj... | Adrian Holovaty |
| 2008-03-18 | Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. | Jacob Kaplan-Moss |
| 2008-03-18 | Added more robust processing to parameterised syndication feeds for the case | Malcolm Tredinnick |
| 2008-03-18 | Added "svn:eol-style native" to every text file in the tree (*.txt, *.html, | Malcolm Tredinnick |
| 2008-03-18 | Fixed #5574 -- Serialize a FileField using its filename from the database, not | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6494 -- Factored out the HTML debug output into a method of its own for | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6230: Fixed the addition of id values to the select widgets in | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. Based | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6641 -- If we lose a race when creating a new object in get_or_create, | Malcolm Tredinnick |
| 2008-03-18 | Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non... | Adrian Holovaty |
| 2008-03-17 | Fixed #6666: Corrected a bind param formatting issue when performing 'year' l... | Ian Kelly |
| 2008-03-17 | Changed the project-id string to "Django" throughout the translation files (we | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca... | Gary Wilson Jr |
| 2008-03-17 | Added parse_params() hook to FormWizard | Adrian Holovaty |
| 2008-03-17 | Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag. | Malcolm Tredinnick |
| 2008-03-17 | Fixed #5884 -- Added better display error handling for template variables. | Malcolm Tredinnick |
| 2008-03-17 | Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ... | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti... | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6764 -- Added some error checking around cookie decoding. Thanks, | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6794 -- Updated French translation. Thanks Karderio. | Malcolm Tredinnick |
| 2008-03-16 | * Unified det här/den här/detta/denna to detta/denna. | Ludvig Ericson |
| 2008-03-16 | Update Swedish translation. Fixes #6694. | Ludvig Ericson |
| 2008-03-13 | Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and... | Adrian Holovaty |
| 2008-03-12 | Fixed #5570: generic foreign keys no longer do multiple lookups on the conten... | Jacob Kaplan-Moss |
| 2008-03-10 | Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo... | Jacob Kaplan-Moss |
| 2008-03-10 | Fixed #6374: cross-app and circular FK constraints are now detected and added... | Jacob Kaplan-Moss |
| 2008-03-08 | Removed unused import, corrected a typo, and made some styling fixes. | Gary Wilson Jr |
| 2008-03-08 | A few styling fixes. | Gary Wilson Jr |
| 2008-03-08 | Fixed #6657 -- Don't set secure attribute on cookie if `secure=False` is pass... | Gary Wilson Jr |
| 2008-03-08 | Fixed #6223 -- When determining if terminal supports color, don't call `isatt... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ... | Gary Wilson Jr |
| 2008-03-07 | Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ... | Russell Keith-Magee |
| 2008-03-07 | Fixed #6703 -- Updated German (de) translation from Michael Radziej. | Malcolm Tredinnick |
| 2008-03-04 | Fixed #6711 -- updated Polish translation from m.gajda@paranoja.pl | Jarek Zgoda |
| 2008-03-02 | First tekNico commit, Italian translation updated | Nicola Larosa |
| 2008-02-29 | Polish translation update, thanks lukasz.czyzykowski@gmail.com | Jarek Zgoda |
| 2008-02-29 | Fixed #5811 -- Added an explicit conversion to unicode that was otherwise cau... | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5846 -- Bullet-proofed the default timezone encoding test. | Malcolm Tredinnick |
| 2008-02-29 | Updated a docstring on a couple of email functions to stop the complaints. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6673 -- Updated Dutch translation from jdetaeye. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6645 -- Updated Georgian translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-02-28 | Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S... | Jacob Kaplan-Moss |
| 2008-02-27 | Removed an unnecessary default argument in one __deepcopy__() method and fixed | Malcolm Tredinnick |
| 2008-02-26 | Re-enable substring lookups for IP address fields in Postgres using HOST() Th... | Jacob Kaplan-Moss |
| 2008-02-26 | Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708 | Jacob Kaplan-Moss |
| 2008-02-26 | Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(... | Jacob Kaplan-Moss |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-23 | Fixed #708 -- Fixed searching within IP fields on PostgreSQL. | Malcolm Tredinnick |