| Age | Commit message (Expand) | Author |
| 2008-08-05 | Cleaned up whitespace | Luke Plant |
| 2008-08-05 | Fixed #7904: added support for a "use_for_related_fields" property on manager... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #8031 - url tag no longer silences NoReverseMatch exceptions since this... | Luke Plant |
| 2008-08-04 | Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco... | Russell Keith-Magee |
| 2008-08-04 | it translation: update | Nicola Larosa |
| 2008-08-04 | it translation: output of makemessages, new strings and updated line numbers ... | Nicola Larosa |
| 2008-08-03 | Fixed #8092, #3828 -- Removed dictionary access for request objects so that G... | Gary Wilson Jr |
| 2008-08-03 | Removed unused warnings import that should have been removed in [8191], refs ... | Gary Wilson Jr |
| 2008-08-02 | Removed some unused and duplicated imports. | Gary Wilson Jr |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-02 | Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p... | Gary Wilson Jr |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-08-02 | Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH... | Brian Rosner |
| 2008-08-01 | Added a missing import from [8186]. | Brian Rosner |
| 2008-08-01 | Pass the correct data as the second parameter to find_module to correct admin... | Brian Rosner |
| 2008-08-01 | Fixed #8070 -- Cache related objects passed to Model init as keyword argument... | Gary Wilson Jr |
| 2008-08-01 | Reverted [8174]. It is causing some serious breakage right now. Need to inves... | Brian Rosner |
| 2008-08-01 | Fixed #3912 - Added simple type checking to template.Context.update() to help... | Luke Plant |
| 2008-08-01 | Fixed #3062 - removed arbitrary and unneeded max_length on password fields in... | Luke Plant |
| 2008-08-01 | Ensure that custom primary keys are always shown on a formset. Refs #7938. Th... | Brian Rosner |
| 2008-08-01 | Fixed #5631 -- When fieldsets contains a field that is on the same line, it i... | Brian Rosner |
| 2008-08-01 | Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast... | Brian Rosner |
| 2008-08-01 | Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank... | Brian Rosner |
| 2008-08-01 | Changed some URL conf regexes to rawstrings for consistency | Luke Plant |
| 2008-08-01 | Added a login link to the password reset completion screen. | Luke Plant |
| 2008-08-01 | Fixed #2175: Added tests for models with multiple GenericForeignKeys | Luke Plant |
| 2008-08-01 | Fixed #8030 - use super() in BaseModelForm | Luke Plant |
| 2008-08-01 | Updated German locale | Jannis Leidel |
| 2008-08-01 | Modified inline handling to allow for an inline formset to be displayed when ... | Russell Keith-Magee |
| 2008-07-31 | Closes #8019, Updated Serbian translation; Thanks Nebojsa Djordjevic. | Marc Fargas |
| 2008-07-31 | Closes #7991, Updated Dutch translation; thanks Rudolph Froger | Marc Fargas |
| 2008-07-31 | Fixed #7723 - implemented a secure password reset form that uses a token and ... | Luke Plant |
| 2008-07-31 | Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond... | Russell Keith-Magee |
| 2008-07-31 | Fixed #8042 -- Modified the password reset form so that the email field lengt... | Russell Keith-Magee |
| 2008-07-31 | Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks... | Russell Keith-Magee |
| 2008-07-30 | Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from | Malcolm Tredinnick |
| 2008-07-30 | Fixed #7880 -- Corrected the handling of fields in the admin that specify cho... | Russell Keith-Magee |
| 2008-07-30 | Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d... | Russell Keith-Magee |
| 2008-07-30 | The help_text attribute in forms can be a ugettext_lazy() object, so be careful | Malcolm Tredinnick |
| 2008-07-30 | Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto. | Malcolm Tredinnick |
| 2008-07-30 | Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend. | Malcolm Tredinnick |
| 2008-07-30 | Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings | Malcolm Tredinnick |
| 2008-07-30 | Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings. | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik for t... | Russell Keith-Magee |
| 2008-07-29 | Fixed a subtle bug (really, an inconsistency) in ForeignKey that [8132] expos... | Jacob Kaplan-Moss |
| 2008-07-29 | Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ... | Russell Keith-Magee |
| 2008-07-29 | Fixed #6095 -- Added the ability to specify the model to use to manage a Many... | Russell Keith-Magee |
| 2008-07-29 | Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do... | Malcolm Tredinnick |
| 2008-07-29 | Fixed #8011 -- Be careful not to evalute lazy-translated Meta.verbose_name | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |