summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-05-03[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...Russell Keith-Magee
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-30[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...Russell Keith-Magee
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee
2009-04-28[1.0.X] Updated German translation, thanks zerok and bartTCJannis Leidel
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 #10163: add an artificial ordering to querysets used by formset...Jacob Kaplan-Moss
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 #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...Karen Tracey
2009-04-21[1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.Matt Boersma
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-19[1.0.X] Fixed #10773 -- Fixed some damage I did to the French in r10509.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 #10002: inline file uploads now correctly display prior data. T...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-18[1.0.X] Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, ...Jacob Kaplan-Moss
2009-04-18[1.0.X\ Fixed #10156: `ModelMultipleChoiceField.clean` now does a single quer...Jacob Kaplan-Moss
2009-04-16[1.0.X] Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL an...Russell Keith-Magee
2009-04-16[1.0.X] Fixed #9890 -- Modified the regex validation for email addresses to m...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #10458 -- Corrected the `next_month` and `previous_month` conte...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields...Russell Keith-Magee
2009-04-12[1.0.X] Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10675 -- Added unicode paragraph and line-sep handling to esca...Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_...Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10789 -- Updated Estonian translation from RaceCondition.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #9577 --Fixed URL display in the debug template.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10571 -- Ensured that unicode POST data is correctly encoded b...Russell Keith-Magee
2009-04-11[1.0.X] Fixed #10450 -- Fixed an initialisation problem in the savepoint code.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10773 -- Small fix to the French translation. Thanks, djoume.Malcolm Tredinnick
2009-04-10[1.0.X] Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks ...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #9640, #10549: BooleanFields with choices, a default, and null=...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #10038: make `BaseModelFormSet.save_existing_objects` use `Form...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #10774: accessing form media types in templates (i.e. ``{{ form...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #10747: fixed the auth tests to ignore broken user-supplied log...Jacob Kaplan-Moss