summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-02-23Refactored CommentForm.get_comment_object into a handful of separete methods ...Jacob Kaplan-Moss
2009-02-23Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner
2009-02-22Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edi...Russell Keith-Magee
2009-02-22Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.Russell Keith-Magee
2009-02-22Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to ...Russell Keith-Magee
2009-02-21Fixed #10307 -- Removed references to FM/Federated States of Micronesia from ...Russell Keith-Magee
2009-02-07Fixed tabs in source, stupid emacs.Luke Plant
2009-02-07Fixed some function name errors in code doc.Luke Plant
2009-02-07Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.Luke Plant
2009-02-01Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...Justin Bronn
2009-02-01Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...Justin Bronn
2009-01-16Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...Justin Bronn
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss
2009-01-15Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...Ian Kelly
2009-01-15Forgot to actually enable the extent aggregate for Oracle.Justin Bronn
2009-01-15Fixed incomplete merge of geographic aggregates; added support for `Extent` a...Justin Bronn
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2009-01-10Fixed #6791: added a write-through cache session backend: session data is wri...Jacob Kaplan-Moss
2009-01-07Return None for null date/time fields in OGR-supported data sources. Thanks ...Justin Bronn
2009-01-05Updated `GeoWhere` to be compatible with changes in r9700.Justin Bronn
2009-01-03Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a...Justin Bronn
2008-12-27Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang...Luke Plant
2008-12-26Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-12-26Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX...Justin Bronn
2008-12-25Improved the auth admin site to raise Http404 with a helpful error message if...Adrian Holovaty
2008-12-25Added comment to UserAdmin.add_view() explaining why we disallow users withou...Adrian Holovaty
2008-12-23Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...Gary Wilson Jr
2008-12-16Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...Karen Tracey
2008-12-16Fixed #9859 -- Added another missing force_unicode needed in admin when runni...Karen Tracey
2008-12-11Fixed #9795: Since related-object selection widgets take limit_choices_to int...James Bennett
2008-12-08Fixed a Python 2.4 incompatibility in `compress_kml`.Justin Bronn
2008-12-08Fixed #9747 -- now explicitly set response type on C functions that return WK...Justin Bronn
2008-12-08The second part of fixing "related inherited models" display. Handle raw_id v...Malcolm Tredinnick
2008-12-08Fixed #9732 -- Added missing close paragraph tag to password reset confirmati...Gary Wilson Jr
2008-12-06Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.Justin Bronn
2008-12-06Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika f...Justin Bronn
2008-12-03Fixed regression introduced in r9550Luke Plant
2008-12-03Refs #8248 - GenericRelations descriptors now return self when accessed via c...Luke Plant
2008-12-03Added some explanatory comments in CsrfMiddlewareLuke Plant
2008-12-03New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...Luke Plant
2008-12-03Split CsrfMiddleware into two to make it more reusable.Luke Plant
2008-12-02More tests for the other half of CsrfMiddlewareLuke Plant
2008-12-02Added tests for CsrfMiddleware.Luke Plant
2008-11-26Fixed an issue in ForeignKeyRawIdWidget where the values in limit_choices_to ...James Bennett
2008-11-21Fixed #9642 -- Made the admin calendar/clock popups go away when the users cl...Karen Tracey
2008-11-20OneToOne filtering should only apply in a popup selection from the related mo...James Bennett