| Age | Commit message (Expand) | Author |
| 2008-08-10 | Fixed #5943 -- Modified django-admin to behave like manage.py if settings are... | Russell Keith-Magee |
| 2008-08-10 | Added a return value to the add() method for caches. It's now possible to tell | Malcolm Tredinnick |
| 2008-08-10 | Fixed #7250 -- Don't show internal data of a FileField in the admin when the ... | Brian Rosner |
| 2008-08-09 | Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects | Brian Rosner |
| 2008-08-09 | Fixed #5801: admin requests with GET args now get properly bounced through lo... | Jacob Kaplan-Moss |
| 2008-08-09 | Updated the tests. | Malcolm Tredinnick |
| 2008-08-09 | Fixed #8187: made PIL imports consistant. Thanks, bastih. | Jacob Kaplan-Moss |
| 2008-08-08 | Use a FileField instead of an ImageField in the admin_widgets test so that fo... | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #8047: property detect an external database backend and set sys.path ac... | Jacob Kaplan-Moss |
| 2008-08-08 | Added a few force_unicode() calls around objects in the admin. Required for | Malcolm Tredinnick |
| 2008-08-08 | Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143. | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ... | Russell Keith-Magee |
| 2008-08-08 | Fixed #5825 -- Modified the custom command loader to allow for explicit speci... | Russell Keith-Magee |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 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-03 | Fixed #8092, #3828 -- Removed dictionary access for request objects so that G... | Gary Wilson Jr |
| 2008-08-03 | Added tests for accessing nullable ForeignKey after saving and fetching from ... | 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 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-08-02 | Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p... | Gary Wilson Jr |
| 2008-08-01 | Fixed #8070 -- Cache related objects passed to Model init as keyword argument... | Gary Wilson Jr |
| 2008-08-01 | Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank... | Brian Rosner |
| 2008-07-31 | Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo... | Russell Keith-Magee |
| 2008-07-31 | Refs #8047 -- Removed some CPython specific parts of the admin scripts tests. | Russell Keith-Magee |
| 2008-07-30 | Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env... | Russell Keith-Magee |
| 2008-07-30 | Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings. | Malcolm Tredinnick |
| 2008-07-30 | Since max_digits and decimal_places are required on django.db.models.DecimalF... | Malcolm Tredinnick |
| 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 #7767 -- Fixed template egg loading test for Windows systems. | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |
| 2008-07-28 | A few corrections to my docstrings in [8129]. | Gary Wilson Jr |
| 2008-07-28 | Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje... | Gary Wilson Jr |
| 2008-07-28 | Fixed #7853 -- Fixed another case of deleting inherited models with foreign key | Malcolm Tredinnick |
| 2008-07-27 | Fixed #6427 -- Added some more features to the Austrian localflavor. | Malcolm Tredinnick |
| 2008-07-27 | Fixed the admin_scripts tests to check for the right output with Python 2.4. | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7872 -- Fixed a missed case of promoting table joins when using | Malcolm Tredinnick |
| 2008-07-27 | Removed some model saves from [8102] which were causing test failures under P... | Russell Keith-Magee |
| 2008-07-27 | Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup... | Russell Keith-Magee |
| 2008-07-27 | Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7981 -- Wrap the manual transaction management in the | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7530, #7716 -- When using select_related() and encountering a NULL | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7658 -- Added some Windows-specific tempfile handling. The standard | Malcolm Tredinnick |
| 2008-07-26 | Fixed #4534 -- Added an "else" option to the "ifchanged" template tag. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7345 -- When normalising the URLField form field, attach a trailing | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. | Malcolm Tredinnick |
| 2008-07-26 | Removed some completely pointless test changes from [8084], since they were | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7967 -- Make sure the __contains__ method in the cache backends call the | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7574 -- Fixed the handling of lazy translation in email headers. | Malcolm Tredinnick |