summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
2009-07-23Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...Russell Keith-Magee
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-15Forgot to add `collect` to `GeoManager`.Justin Bronn
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee
2009-07-11Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...Justin Bronn
2009-07-09Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_ch...Justin Bronn
2009-06-30Fixed #11357: contrib.admindocs now correctly displays many-to-many relations...James Bennett
2009-06-29Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMa...Justin Bronn
2009-06-29Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` te...Justin Bronn
2009-06-29Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...Justin Bronn
2009-06-24Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix origina...Russell Keith-Magee
2009-06-17Fixed #9268 -- Ensured that the next argument is passed on when previewing co...Russell Keith-Magee
2009-06-12Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting this.Justin Bronn
2009-06-11Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries/results...Brian Rosner
2009-06-11Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking ...Justin Bronn
2009-06-06Fixed #11271 -- Added a translation marker for the list_editable save button....Russell Keith-Magee
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