summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-14`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary wor...Justin Bronn
2009-11-14Fixed #12198 - CSRF changes not clearly noted in docs.Luke Plant
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-11-13Fixed #12209 -- Made the through attribute on a m2m relation into a property ...Russell Keith-Magee
2009-11-12Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...Russell Keith-Magee
2009-11-11Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rf...Russell Keith-Magee
2009-11-10Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0...Justin Bronn
2009-11-10Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignK...Russell Keith-Magee
2009-11-10Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn
2009-11-10Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.Justin Bronn
2009-11-10Added support for spatially filtering what OGR features are returned in itera...Justin Bronn
2009-11-08Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to p...Justin Bronn
2009-11-05Fixed #12168 -- Corrected the registration of m2m autocreated models when mod...Russell Keith-Magee
2009-11-04Corrected a markup error in the m2m inline docs.Russell Keith-Magee
2009-11-04Added version indicator to docs for m2m inline change introduced in r11712.Russell Keith-Magee
2009-11-04Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...Russell Keith-Magee
2009-11-04Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...Russell Keith-Magee
2009-11-04Corrected the order of operations in the test environment setup to ensure tha...Russell Keith-Magee
2009-11-04Corrected the default value of the EMAIL_BACKEND in the settings docs. This t...Russell Keith-Magee
2009-11-04Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks...Russell Keith-Magee
2009-11-04Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank...Russell Keith-Magee
2009-11-03Fixed #12143 -- Corrected the naming of the 'to' column in recursive m2m mode...Russell Keith-Magee
2009-11-03Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m r...Russell Keith-Magee
2009-11-03Fixed #12130 - documented need for csrf_protect on views that don't accept POSTLuke Plant
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee
2009-11-03Fixed #12101 -- `OGRGeometry` does not need to create a clone of the `Spatial...Justin Bronn
2009-11-02Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 fo...Russell Keith-Magee
2009-11-02Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...Justin Bronn
2009-11-01Repeat the setUp/tearDown changes made in r11699 for the testsKaren Tracey
2009-11-01Changed setUp and tearDown for the tests converted from doctests in r11695Karen Tracey
2009-11-01Fixed #12125 -- Fixed a typo in the generic views date_based test that caused...Karen Tracey
2009-11-01Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...Russell Keith-Magee
2009-11-01Fixed #12123 -- Refactored dateformat tests to use unittest. This is needed s...Russell Keith-Magee
2009-11-01Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite recursion...Russell Keith-Magee
2009-10-30Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w...Brian Rosner
2009-10-30Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.Brian Rosner
2009-10-30Updated INSTALL fileBrian Rosner
2009-10-30Allow CsrfResponseMiddleware to be used if templates cannot be updated.Luke Plant
2009-10-29Fixed #12057 -- Corrected regression of caching performance when a model cont...Russell Keith-Magee
2009-10-29Improved HTML in CSRF debug template - <code> instead of <tt>Luke Plant
2009-10-28Added bio for myselfJannis Leidel
2009-10-27Fixed typo in docsLuke Plant
2009-10-27Small improvement to CSRF failure template.Luke Plant
2009-10-27Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.Luke Plant
2009-10-27Misc clarifications in csrf middleware commentsLuke Plant
2009-10-27Fixed #12095 - login and other contrib views failing if template rendered usi...Luke Plant
2009-10-27Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...Jacob Kaplan-Moss