| Age | Commit message (Expand) | Author |
| 2008-07-25 | Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report. | Russell Keith-Magee |
| 2008-07-25 | Update to the Italian translation. No msgstr changed/added/deleted, just | Nicola Larosa |
| 2008-07-24 | Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje... | Matt Boersma |
| 2008-07-24 | Updated Polish translation | Jarek Zgoda |
| 2008-07-24 | Updated Spanish translation. | Marc Garcia |
| 2008-07-23 | Removed a colon that was rendering the bullet-point list below it as code in ... | Brian Rosner |
| 2008-07-23 | Fixed #7897 -- Corrected some spelling and grammatical errors in the InlineMo... | Brian Rosner |
| 2008-07-23 | Improved admin model registration options: you can now register using registe... | Jacob Kaplan-Moss |
| 2008-07-23 | Fixed #7914 -- Added some missing __init__.py files that were missed when the... | Russell Keith-Magee |
| 2008-07-23 | Allow for matches against unsaved objects in querysets (which will therefore | Malcolm Tredinnick |
| 2008-07-23 | Added the ability to customize the prefix value on an inline formset. Fixes #... | Brian Rosner |
| 2008-07-23 | Removed some potentially misleading code (it isn't executed) after the changes | Malcolm Tredinnick |
| 2008-07-23 | Made the semi-private _max_form_count live on the public API of formsets by r... | Brian Rosner |
| 2008-07-23 | Fixed #7898 -- Moved formset media definition to a media property in InlineAd... | Brian Rosner |
| 2008-07-23 | Fixed #7906 -- Modified admin_scripts regression test to use the same python ... | Russell Keith-Magee |
| 2008-07-22 | Fixed a bunch of Python 2.3 test failures. | Malcolm Tredinnick |
| 2008-07-22 | Changed the test from [8052] so that it is insensitive to whether a database | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7813 -- Allow pickling of Query classes that use select_related(). | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-( | Malcolm Tredinnick |
| 2008-07-22 | Fixed the tests from [8033] to work for the PostgreSQL backends (the primary | Malcolm Tredinnick |
| 2008-07-22 | To ensure that a model BooleanField has an explicit value set (and since it's | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7870 -- Fixed typo in docs/forms.txt. Bad form, whoever originally wro... | Adrian Holovaty |
| 2008-07-22 | Fixed #7841 -- Fixed typo in docs/forms.txt. Thanks, msaelices | Adrian Holovaty |
| 2008-07-22 | Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T... | Adrian Holovaty |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-22 | Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, val... | Adrian Holovaty |
| 2008-07-22 | Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking | Adrian Holovaty |
| 2008-07-22 | Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u... | Adrian Holovaty |
| 2008-07-22 | Fixed spaces vs. tabs issue in docs/contenttypes.txt from [7976] | Adrian Holovaty |
| 2008-07-22 | Fixed badly worded comment in setup.py osx_install_data(). It's better but st... | Adrian Holovaty |
| 2008-07-22 | Changed "each" to "ease" and made several edits from Adrian. | Gary Wilson Jr |
| 2008-07-22 | Fixed a few formatting errors and typos, courtesy of the proofreaders in #dja... | Malcolm Tredinnick |
| 2008-07-22 | 1.0 alpha release notes | James Bennett |
| 2008-07-22 | Bumped version number for 1.0-alpha release. | Jacob Kaplan-Moss |
| 2008-07-22 | Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, | Malcolm Tredinnick |
| 2008-07-21 | Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributi... | Brian Rosner |
| 2008-07-21 | Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d... | Luke Plant |
| 2008-07-21 | It's time for the "newforms" documentation to arrive: | Gary Wilson Jr |
| 2008-07-21 | Added a link to admin docs in add_ons.txt. Refs #7829. | Jacob Kaplan-Moss |
| 2008-07-21 | Improved the bit of the tutorial that explains how to enable the admin. Fixes... | Jacob Kaplan-Moss |
| 2008-07-21 | Modified the comments in the skeleton urls.py to be more clear about how to e... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed reST error in [8024]. | Jacob Kaplan-Moss |
| 2008-07-21 | Tweaked forms/oldforms docs to better represent the current state of things. | Jacob Kaplan-Moss |
| 2008-07-21 | Corrected link to ModelForm doc. | Gary Wilson Jr |
| 2008-07-21 | Refs #7864 -- Corrected more instances of "newforms" in the docs. | Gary Wilson Jr |
| 2008-07-21 | Corrected the privileges needed to run the test suite under Oracle | Ian Kelly |
| 2008-07-21 | Refs #7864 -- Updates to documentation for the oldforms/newforms switch. | Gary Wilson Jr |
| 2008-07-21 | Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs. | Jacob Kaplan-Moss |
| 2008-07-21 | Moved RedirectAdmin in django.contrib.redirects to an admin.py module. | Brian Rosner |