summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-04-16Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...Russell Keith-Magee
2009-04-16Fixed #9890 -- Modified the regex validation for email addresses to match RFC...Russell Keith-Magee
2009-04-16Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo...Justin Bronn
2009-04-16Fixed #10833 -- Corrected load_backend so that it actually loads the requeste...Russell Keith-Magee
2009-04-14Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...Justin Bronn
2009-04-13updated croatian translationAljosa Mohorovic
2009-04-13Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee
2009-04-13Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee
2009-04-13Fixed #9804 -- Corrected the introspection of sequence names. This was causin...Russell Keith-Magee
2009-04-13Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...Russell Keith-Magee
2009-04-12Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se...Adrian Holovaty
2009-04-12Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.Malcolm Tredinnick
2009-04-12Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.Malcolm Tredinnick
2009-04-12Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick
2009-04-12Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().Malcolm Tredinnick
2009-04-12Fixed #10234 -- Improved error message when internationalizing templates.Malcolm Tredinnick
2009-04-12Fixed #10789 -- Updated Estonian translation from RaceCondition.Malcolm Tredinnick
2009-04-12Fixed #9577 --Fixed URL display in the debug template.Malcolm Tredinnick
2009-04-12Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.Malcolm Tredinnick
2009-04-12Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11Upgraded SpatiaLite default initialization SQL file name for 2.3 release.Justin Bronn
2009-04-11Fixed #10796 -- Corrected a pickling problem introduced by [10522]. Thanks to...Russell Keith-Magee
2009-04-11Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.Malcolm Tredinnick
2009-04-11Fixed #10738 -- Fixed content type values for deferred and proxy models.Malcolm Tredinnick
2009-04-11Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s...Russell Keith-Magee
2009-04-11Fixed #10766 -- Raise an error when annotate() references another aggreagte()...Russell Keith-Magee
2009-04-11Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.Malcolm Tredinnick
2009-04-11Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-04-11Fixed #10783 -- Fixed Javascript error when adding a new object in admin.Malcolm Tredinnick
2009-04-11Fixed #10782 -- Fixed a Javascript error in the admin.Malcolm Tredinnick
2009-04-11Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...Russell Keith-Magee
2009-04-11Fixed #10450 -- Fixed an initialisation problem in the savepoint code.Malcolm Tredinnick
2009-04-11Fixed #10645 -- Added some robustness around some admin and modelform params.Malcolm Tredinnick
2009-04-11Fixed #10773 -- Small fix to the French translation. Thanks, djoume.Malcolm Tredinnick
2009-04-11Fixed #10778 -- Updated Russian translation from Andrew Fedorov.Malcolm Tredinnick
2009-04-11Fixed BooleanFields being coerced null=True in Oracle.Ian Kelly
2009-04-10Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...Jacob Kaplan-Moss
2009-04-10No longer create tables for unnecessary applications when running the GeoDjan...Justin Bronn
2009-04-10Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...Adrian Holovaty
2009-04-10Fixed #10038: make `BaseModelFormSet.save_existing_objects` use `Form.has_cha...Jacob Kaplan-Moss
2009-04-10Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...Justin Bronn
2009-04-10Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...Justin Bronn
2009-04-10Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...Jacob Kaplan-Moss
2009-04-10Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only...Adrian Holovaty
2009-04-10Fixed typo in GeoDjango deprecation error messageAdrian Holovaty
2009-04-10Changed GeoDjango GeometryField to lazily load units, units_name and _spheroidAdrian Holovaty
2009-04-10Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...Jacob Kaplan-Moss
2009-04-10Fixed #10708 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2009-04-10Fixed #10674 -- Updated Arabic translation from Ossama M. Khayat.Malcolm Tredinnick