summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-06-03Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...Justin Bronn
2009-05-30Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that ...Justin Bronn
2009-05-29Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-05-14Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...Jacob Kaplan-Moss
2009-05-12Fixed #10643: fixed the formtools security hash to handle allowed empty forms...Jacob Kaplan-Moss
2009-05-12Fixed #10034: the formtools security hash function is now friendlier to brows...Jacob Kaplan-Moss
2009-05-10Changed r10668 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-09Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...Russell Keith-Magee
2009-05-08Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se...Jacob Kaplan-Moss
2009-05-08Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss
2009-05-08Fixed #10997: fixed a Python 2.4-ism in admin actions.Jacob Kaplan-Moss
2009-05-07Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...Russell Keith-Magee
2009-05-07Fixed #10516 -- Corrected admin search when the search_fields definition cont...Russell Keith-Magee
2009-05-07Fixed #8971: correctly reverse urls in admindocs reST roles. Thanks, mitsuhiko.Jacob Kaplan-Moss
2009-05-05Fixed #10959 -- Changed the admin search button text to make it clearer in th...Russell Keith-Magee
2009-05-05Fixed #10897 -- Modified use of ngettext to ungettext in admin change message...Russell Keith-Magee
2009-05-05Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...Russell Keith-Magee
2009-05-04Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...Russell Keith-Magee
2009-05-03Fixed #9932 -- Added a validation error when an inline tries to exclude the f...Russell Keith-Magee
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee
2009-05-03Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac...Russell Keith-Magee
2009-05-02Removed module-level imports from `django.test` -- this prevented running the...Justin Bronn
2009-04-30Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno...Brian Rosner
2009-04-26Fixed #10872 -- Geographic admin now supports new `list_editable` option. Th...Justin Bronn
2009-04-26Fixed #9299 -- Made default zoom level for points in the admin more sensible....Justin Bronn
2009-04-25Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an...Justin Bronn
2009-04-24Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.Justin Bronn
2009-04-24Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.Justin Bronn
2009-04-22Now that formsets guarentee ordering (see [10623]) we can remove the arbitrar...Jacob Kaplan-Moss
2009-04-22Fixed a needless list() coercion in in ChangeList. Refs #10163.Jacob Kaplan-Moss
2009-04-22Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o...Jacob Kaplan-Moss
2009-04-21Fixed #10884 - more lenient regexp for matching forms in CSRF post-processingLuke Plant
2009-04-21Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
2009-04-19Fixed #10364 -- Correctly identify test spatial database creation errors to t...Justin Bronn
2009-04-19Fixed #10832 -- now use `reorder_suite` in GeoDjango test runner, thanks sean...Justin Bronn
2009-04-19Fixed #10791 -- The GeoDjango test runner now respects the `--noinput` comman...Justin Bronn
2009-04-19Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-19Fixed #9420 -- Fixed admin templates CSS.Malcolm Tredinnick
2009-04-18Fixed #10694: correctly check permissions in the change password admin. Thank...Jacob Kaplan-Moss
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2009-04-16Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit...Justin Bronn
2009-04-16Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo...Justin Bronn
2009-04-14Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...Justin Bronn
2009-04-13Fixed #9804 -- Corrected the introspection of sequence names. This was causin...Russell Keith-Magee
2009-04-12Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se...Adrian Holovaty
2009-04-11Upgraded SpatiaLite default initialization SQL file name for 2.3 release.Justin Bronn
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