summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-05-03[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...Russell Keith-Magee
2009-04-24[1.0.X] Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.Justin Bronn
2009-04-23[1.0.X] Fixed a needless list() coercion in in ChangeList. Refs #10163. Backp...Jacob Kaplan-Moss
2009-04-22[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...Jacob Kaplan-Moss
2009-04-21[1.0.X] Fixed #10884 - more lenient regexp for matching forms in CSRF post-pr...Luke Plant
2009-04-21[1.0.X] Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
2009-04-21[1.0.X] Fixed various Oracle errata and test failures present in this branch ...Justin Bronn
2009-04-21[1.0.X] Fixed #10791 -- The GeoDjango test runner now respects the `--noinput...Justin Bronn
2009-04-21[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ...Karen Tracey
2009-04-20[1.0.X] Fixed #10364 -- Correctly identify test spatial database creation err...Justin Bronn
2009-04-19[1.0.X] Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-18[1.0.X] Fixed #10694: correctly check permissions in the change password admi...Jacob Kaplan-Moss
2009-04-18[1.0.X] Fixed #9122: generic inline formsets now respect exclude and max_num....Jacob Kaplan-Moss
2009-04-13[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...Russell Keith-Magee
2009-04-10[1.0.X] Fixed #10747: fixed the auth tests to ignore broken user-supplied log...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-08[1.0.X] Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` n...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10757 -- Fixed improper selection of primary keys across relat...Justin Bronn
2009-04-07[1.0.X] Fixed #9957: feeds now respect time zone information provided by the ...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden. B...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10169: don't accidentally try to redirect to "None" after post...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10633, #10691: marked strings in the comments app for translat...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #10585: comment redirects built from the `next` parameter now w...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #9956: relax the URL pattern for primary keys in the comment re...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #9792: corrected invalid HTML in the comment form and comment p...Jacob Kaplan-Moss
2009-04-07[1.0.X] Fixed #9268: pass the "next" param through in the comment preview/pos...Jacob Kaplan-Moss
2009-04-05[1.0.X] Fixed a sloppy test auth test. [10400] revealed that the auth test wa...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)...Jacob Kaplan-Moss
2009-04-03[1.0.X] Fixed #9546: GenericRelations inherited from base models no longer qu...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10538: use a prefix for HTML ids on the admin doc page to avoi...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10265: fixed a bug when generating a password reset token for ...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c...Jacob Kaplan-Moss
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 #9474: user_passes_test may now be applied multiple times. Back...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 #8749: add better breadcrumbs in the change password template. ...Jacob 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 #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-30[1.0.X]: Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `U...Gary Wilson Jr
2009-03-24[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-17[1.0.X] `ModelAdmin` validation now runs when using the `site.register(Model...Jacob Kaplan-Moss
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2009-03-09[1.0.X] Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-03[1.0.X] Final pieces (he says, hopefully) of r9945 changes.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #9548 -- Correctly detect existence of empty sessions with cach...Malcolm Tredinnick
2009-02-27[1.0.X] Invalidate the appropriate SITE_CACHE entry when saving a Site model.Malcolm Tredinnick
2009-02-26[1.0.X] Fixed #10017 - PasswordResetForm.clean_email was not returning the va...Luke Plant