summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-04-01[1.0.X] Fixed #8889: make admindocs function view work with class-based views...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10016: the cache middleware no longer vomits when handed long ...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrt...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9474: user_passes_test may now be applied multiple times. Back...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus,...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10513: floatformat now works with floatish things, not just re...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict aft...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8749: add better breadcrumbs in the change password template. ...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9883: no longer do strange things with whitespace in the lineb...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10387: removed some code duplication in django.utils.cache. Th...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl...Joseph Kocherhans
2009-03-31[1.0.X] Forms in model formsets and inline formsets can now be deleted even i...Joseph Kocherhans
2009-03-31[1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickl...Jacob Kaplan-Moss
2009-03-31[1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from ds...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10332 -- Added new provinces to IT localflavor, patch from go...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-31[1.0.X] Fixed #9437 -- Now close database connection within `get_srid_info`. ...Justin Bronn
2009-03-31[1.0.X] Updated Polish translationJarek Zgoda
2009-03-30[1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when...Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...Joseph Kocherhans
2009-03-30[1.0.X]: Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30[1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i...Joseph Kocherhans
2009-03-30[1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `U...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags t...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks Kay...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10094 -- Fixed the `include` and `extends` template tags to w...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #10079 -- Moved settings import inside the function that uses ...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s...Gary Wilson Jr
2009-03-29[1.0.X] Updated Italian translationNicola Larosa
2009-03-27[1.0.X] Fixed an issue with unicode being mangled in Oracle when the database...Ian Kelly
2009-03-25[1.0.X] Fixed a breakage with ManyToManyFields in admin caused by r10140. Ref...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24[1.0.X] Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-20[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored t...Russell Keith-Magee
2009-03-18[1.0.X] Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to...Russell Keith-Magee
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-17[1.0.X] `ModelAdmin` validation now runs when using the `site.register(Model...Jacob Kaplan-Moss
2009-03-17[1.0.X] Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when calle...Jacob Kaplan-Moss
2009-03-15[1.0.X] Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-13[1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor...Ian Kelly
2009-03-13[1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen...Ian Kelly
2009-03-12[1.0.X] Fixed a problem from r10038. Fixed #10470.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10470 -- Fixed a race condition in middleware initialization.Malcolm Tredinnick
2009-03-10[1.0.X] Backport of 10022 from trunk. Added savepoint support to the Oracle b...Ian Kelly