summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2010-03-31No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf` when u...Justin Bronn
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee
2010-03-30PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-30Fixed #8904 -- Improved error message when spatial lookup is not available, a...Justin Bronn
2010-03-29Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn
2010-03-29Added another GDAL bug workaround for retrieving the correct coordinate dimen...Justin Bronn
2010-03-29Fixed #13070 -- Introduced fallback code to detect SpatiaLite 2.3.0 versions ...Justin Bronn
2010-03-29Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...Justin Bronn
2010-03-29Fixed #12312 -- Set the coordinate dimension on each component of geometry co...Justin Bronn
2010-03-27Updated jQuery to 1.4.2.Jannis Leidel
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13175 - Fixed an off-by-one error in the admin inline JavaScript that ...Jannis Leidel
2010-03-26Removed out-of-date statement in markdown templatetags docstring (refs #1204).Gary Wilson Jr
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-25Peform smarter version detection of GDAL so development versions are supported.Justin Bronn
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-03-21Fixed #13170: Make get_level and set_level importable from django.contrib.mes...Karen Tracey
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-03-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen Tracey
2010-03-16Changed the comments post view code to avoid raising an exception if handed i...Karen Tracey
2010-03-16Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...Karen Tracey
2010-03-15Fixed #12998 -- Corrected handling of time zones in syndication framework.Russell Keith-Magee
2010-03-15Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...Russell Keith-Magee
2010-03-15Fixed #13000 - Use a dictionary for the error messages definition in user cre...Jannis Leidel
2010-03-15Fixed #13026 - Also update the index of lookup links when adding inlines dynm...Jannis Leidel
2010-03-15Fixed #12339 -- Made content type deletion an interactive process to prevent ...Russell Keith-Magee
2010-03-15Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...Russell Keith-Magee
2010-03-12Fixed #12940 -- Modified some admin actions in contrib.comments to use ungett...Russell Keith-Magee
2010-03-10Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log...Russell Keith-Magee
2010-03-10Ensure that NullBooleanField displays the appropriate icon for null values in...James Bennett
2010-03-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey
2010-03-08Fixed #12024: Changed admin code to avoid raising an exception when a field l...Karen Tracey
2010-03-05Fixed #12151: Ensured the comments code does not cause a server error when a ...Karen Tracey
2010-03-02Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do notKaren Tracey
2010-03-01Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid context le...Jacob Kaplan-Moss
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #10878, an error in the `Moderator` docstring.Jacob Kaplan-Moss
2010-03-01Fixed #11457: tightened the security check for "next" redirects after logins.Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-03-01Fixed #11791: Put hidden input elements in the change list inside td elements...Karen Tracey
2010-03-01Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-03-01Fixed #12903 - Added plural forms to a few strings in the admin actions templ...Jannis Leidel
2010-02-27Fixed #12933 - AdminSite.admin_view disables @csrf_view_exemptLuke Plant
2010-02-27Removed more stray tabs in Python files.Karen Tracey
2010-02-27Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.Russell Keith-Magee