summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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
2009-04-10Fixed #10652 -- Updated Slovenian translation from Gasper Zejn.Malcolm Tredinnick
2009-04-10Polish translation updatedJarek Zgoda
2009-04-10Fixed #10593 -- Updated Portugese Brazilian translation.Malcolm Tredinnick
2009-04-10Fixed #10567 -- Slovak translation update from Marian Andre.Malcolm Tredinnick
2009-04-10Fixed #10446 -- Updated Russiann translation. Thanks, dc.Malcolm Tredinnick
2009-04-10Fixed #10175 -- Changed the Serbian translation to use Cyrillic for 1.1.Malcolm Tredinnick
2009-04-10Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.Malcolm Tredinnick
2009-04-10Updated Italian translationNicola Larosa
2009-04-10Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick
2009-04-10Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-04-09Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-04-08Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...Jacob Kaplan-Moss
2009-04-08Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works...Jacob Kaplan-Moss
2009-04-08Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...Jacob Kaplan-Moss
2009-04-08Fixed #8422: FilePathField now respects required=False.Jacob Kaplan-Moss
2009-04-08Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...Russell Keith-Magee
2009-04-08Updated Polish translationJarek Zgoda
2009-04-08Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL...Justin Bronn
2009-04-07Fixed #9756: the for tag no longer leaves the context stack unbalanced when d...Jacob Kaplan-Moss
2009-04-07Fixed #10644: removed an undocumented, unused, and (as far as I can tell) unn...Jacob Kaplan-Moss
2009-04-07Fixed #9957: feeds now respect time zone information provided by the pub date.Jacob Kaplan-Moss
2009-04-07Fixed #10757 -- Fixed improper selection of primary keys across relations whe...Justin Bronn
2009-04-07Fixed #9555: respect the `feed_url` feed parameter. Thanks, sedden.Jacob Kaplan-Moss
2009-04-07Fixed #10169: don't accidentally try to redirect to "None" after posting a co...Jacob Kaplan-Moss
2009-04-07Now support SVG output in SpatiaLite; added tests for SVG output.Justin Bronn
2009-04-07Fixed #10633, #10691: marked strings in the comments app for translation. Tha...Jacob Kaplan-Moss
2009-04-07Fixed #10585: comment redirects built from the `next` parameter now work corr...Jacob Kaplan-Moss