summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2009-03-31Added row highlighting when selecting action checkmarks.Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,...Justin Bronn
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-30Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks...Jacob Kaplan-Moss
2009-03-30Fixed #8749: add better breadcrumbs in the change password template. Thanks, ...Jacob Kaplan-Moss
2009-03-30Fixed the `add_postgis_srs` routine to support SpatiaLite.Justin Bronn
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-30Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...Justin Bronn
2009-03-30Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...Gary Wilson Jr
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-29Some minor tweaks to the admin changelist styles for the new action menus. Cu...Wilson Miner
2009-03-29Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...Brian Rosner
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-26Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...Justin Bronn
2009-03-25Fixed a ungettext() call to prevent spurious string extraction by xgettext.Malcolm Tredinnick
2009-03-24Fixed #10600 -- Allow for format marker reordering in a translatable string.Malcolm Tredinnick
2009-03-24Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-24Fixed error when trying to import the GEOS tests from their new location.Justin Bronn
2009-03-24Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ...Brian Rosner
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2009-03-21Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be...Jacob Kaplan-Moss
2009-03-21Fixed #9303 (again) by removing some code missing in [9891].Jacob Kaplan-Moss
2009-03-20GeoDjango test suite now takes advantage of `importlib` added in r10088.Justin Bronn
2009-03-20Fixed #10480 -- made `icons` a property to add more flexibility.Justin Bronn
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-18Fixed #10533 -- Worked around an apparent limitation of xgettext.Malcolm Tredinnick
2009-03-18Fixed #10530, #10527: added a couple more validation errors around `list_edit...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-03-17`ModelAdmin` validation now runs when using the `site.register(Model, **kwarg...Jacob Kaplan-Moss
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-09Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec...Justin Bronn
2009-03-09Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-08Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to pr...Justin Bronn
2009-03-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2009-03-06Fixed #10397 -- made GIS test runner compatible with changes in r9756.Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2009-03-03Fixed #10395 -- Fixed more fallout from r9945.Malcolm Tredinnick
2009-03-02Fixed #10385 -- Fixed a typographical error in the Czech regions list.Malcolm Tredinnick
2009-03-01Fixed #9548 -- Correctly detect existence of empty sessions with cache backend.Malcolm Tredinnick
2009-02-27Invalidate the appropriate SITE_CACHE entry when saving a Site model.Malcolm Tredinnick
2009-02-26Fixed #10017 - PasswordResetForm.clean_email was not returning the value.Luke Plant
2009-02-23Fixed #9303: comment templatetags no longer assume the built-in comment model.Jacob Kaplan-Moss