summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2010-05-10[1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of the...Jannis Leidel
2010-05-10[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers fo...Jannis Leidel
2010-04-20[1.1.X] Fixed #13387 -- Removed some duplicated departments in the French loc...Russell Keith-Magee
2010-04-16[1.1.X] Fixed #11810 -- Fixed typo and errors that prevented `modifiable` fro...Justin Bronn
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...Russell Keith-Magee
2010-04-15[1.1.X] Fixed #9427: Allow for autodiscover to load admin modules from apps i...Karen Tracey
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-11[1.1.X] Fixed #9437 -- Now close the connection after getting the PostGIS ver...Justin Bronn
2010-04-05[1.1.X] Fixed #13129 -- Corrected CSS on RTL layout when a changelist has adm...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #12260 -- Corrected CSS when using checkbox widgets on a ModelM...Russell Keith-Magee
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-04-01[1.1.X] Fixed #13256 -- `OGRGeometry` no longer raises an exception when comp...Justin Bronn
2010-03-31[1.1.X] No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf...Justin Bronn
2010-03-29[1.1.X] Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on g...Justin Bronn
2010-03-29[1.1.X] Added another GDAL bug workaround for retrieving the correct coordina...Justin Bronn
2010-03-29[1.1.X] Fixed #11785 -- Clarified error message when the layer geometry type ...Justin Bronn
2010-03-29[1.1.X] Fixed #12312 -- Set the coordinate dimension on each component of geo...Justin Bronn
2010-03-29[1.1.X] `OGRGeomType` now recognizes 2.5D types, and removes need for unneces...Justin Bronn
2010-03-29[1.1.X] Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn
2010-03-27[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...Jannis Leidel
2010-03-26[1.1.X] Removed out-of-date statement in markdown templatetags docstring (ref...Gary Wilson Jr
2010-03-25[1.1.X] Peform smarter version detection of GDAL so development versions are ...Justin Bronn
2010-03-23[1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...Karen Tracey
2010-03-16[1.1.X] Changed the comments post view code to avoid raising an exception if ...Karen Tracey
2010-03-16[1.1.X] Fixed #12105: Corrected handling of isnull=False lookups in admin. Th...Karen Tracey
2010-03-15[1.1.X] Fixed #12339 -- Made content type deletion an interactive process to ...Russell Keith-Magee
2010-03-15[1.1.X] Fixed #13108 -- Corrected an ambiguity in test data with the potentia...Russell Keith-Magee
2010-03-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...Karen Tracey
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-05[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...Karen Tracey
2010-03-04[1.1.X] Made Python 2.3 compatibility fixes for some recent test additions.Karen Tracey
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-02[1.1.X] Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid co...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #10878, an error in the `Moderator` docstring.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11457: tightened the security check for "next" redirects after...Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...Karen Tracey
2010-03-01[1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change messages.Jannis Leidel
2010-02-27[1.1.X] Removed more stray tabs in Python files. Karen Tracey
2010-02-26[1.1.X] Python 2.3 compatibility: moved the fallback import for set to where ...Karen Tracey
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12828 -- The table quoting function is now argument `get_geo_w...Justin Bronn
2010-02-24[1.1.X] Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when acce...Justin Bronn
2010-02-23[1.1.X] Fixed #11681. Fixed display of non_field_errors and non_form_errors i...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...Joseph Kocherhans
2010-02-22[1.1.X] Fixed #12570. Removed unused fields from GenericForeignKey. Backport ...Joseph Kocherhans
2010-02-16[1.1.X] Fixed #12716 - Typo in the admin change list template. Thanks, kbrown...Jannis Leidel
2010-02-13[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will always pass,...Russell Keith-Magee