summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel2010-05-212-1/+10
* Fixed #13560 -- Fixed localization of widgets.Jannis Leidel2010-05-211-1/+1
* Fixed #13486 -- Corrected handling of %I in admin javascript version of strft...Russell Keith-Magee2010-05-121-3/+9
* Fixed #13521 -- Corrected javascript comparisons determining when to show and...Russell Keith-Magee2010-05-112-3/+3
* Fixed #12892 - Fixed unicode related bug in a utility function of the admindo...Jannis Leidel2010-05-101-1/+2
* Fixed #13168 - Corrected the alignment of the admin inline headers for rtl la...Jannis Leidel2010-05-101-1/+1
* Fixed #1834 -- added docstrings to admin templatetagsBrian Rosner2010-05-082-0/+24
* Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...Justin Bronn2010-05-051-13/+0
* Fixed #13472 - Fixed minor regression in admin actions template introduced in...Jannis Leidel2010-05-041-1/+1
* Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn2010-05-049-6/+37
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-0410-35/+3
* Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ...Russell Keith-Magee2010-05-044-8/+8
* Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel2010-05-025-18/+73
* Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the ad...Russell Keith-Magee2010-05-022-4/+4
* Fixed #13443 -- Added required CSS class to the column headings on admin Tabu...Russell Keith-Magee2010-04-302-7/+11
* Fixed #13387 -- Removed some duplicated departments in the French localflavor...Russell Keith-Magee2010-04-201-2/+0
* Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS.Jacob Kaplan-Moss2010-04-192-9/+9
* Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel2010-04-191-2/+3
* Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn2010-04-162-22/+23
* Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee2010-04-161-3/+6
* Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee2010-04-161-1/+3
* Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...Karen Tracey2010-04-151-28/+9
* Fixed #13290 - Added a section about minification of admin JavaScript files t...Jannis Leidel2010-04-131-3/+4
* Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel2010-04-135-13/+18
* Also minify the JavaScript file for pre-populated form fields in the admin.Jannis Leidel2010-04-133-4/+6
* Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r...Jannis Leidel2010-04-1314-15/+21
* Fixed #13229 -- Updated the list of Finnish municipalities in localflavor. Th...Russell Keith-Magee2010-04-121-81/+7
* Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner2010-04-121-15/+11
* Fixed #9437 -- Now close the connection after getting the PostGIS version dur...Justin Bronn2010-04-111-1/+2
* Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee2010-04-113-7/+12
* Fixed #13304 -- Updated auth decorators so they can be used with callable cla...Russell Keith-Magee2010-04-093-5/+32
* Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ...Luke Plant2010-04-078-23/+123
* Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee2010-04-052-8/+13
* Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actio...Russell Keith-Magee2010-04-051-0/+7
* Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelMultipleC...Russell Keith-Magee2010-04-051-0/+6
* Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee2010-04-052-1/+2
* Fixed #13256 -- `OGRGeometry` no longer raises an exception when compared to ...Justin Bronn2010-04-012-2/+10
* No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf` when u...Justin Bronn2010-03-311-1/+1
* Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee2010-03-311-2/+3
* PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn2010-03-302-16/+28
* Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee2010-03-301-1/+1
* Fixed #8904 -- Improved error message when spatial lookup is not available, a...Justin Bronn2010-03-301-1/+2
* Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn2010-03-293-3/+20
* Added another GDAL bug workaround for retrieving the correct coordinate dimen...Justin Bronn2010-03-291-0/+8
* Fixed #13070 -- Introduced fallback code to detect SpatiaLite 2.3.0 versions ...Justin Bronn2010-03-291-10/+26
* Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...Justin Bronn2010-03-291-1/+2
* Fixed #12312 -- Set the coordinate dimension on each component of geometry co...Justin Bronn2010-03-292-16/+52
* Updated jQuery to 1.4.2.Jannis Leidel2010-03-272-582/+746
* Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel2010-03-275-14/+19
* Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel2010-03-272-7/+7