summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-12-12Fixed edge case that breaks the test suite on versions of Python > 2.6.4Brian Rosner
2009-12-12Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gay...Russell Keith-Magee
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2009-12-11Polish translation updatedJarek Zgoda
2009-12-10Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...Karen Tracey
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-09Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...Luke Plant
2009-12-09Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...Justin Bronn
2009-12-09Fixed #12336 - infinite recursion in dir(UserSettingsHolder)Luke Plant
2009-12-03Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready fo...Luke Plant
2009-12-03Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...Russell Keith-Magee
2009-12-02Refs #11109 -- Touched some whitespace so Trac will display some files correc...Russell Keith-Magee
2009-11-30Updated Spanish translation.Marc Fargas
2009-11-30Updated Catalan translation.Marc Fargas
2009-11-23updated croatian translation, date/time formats contributed by Davor LučićAljosa Mohorovic
2009-11-20Fixed #12245 -- Corrected target app handling for auto-generated m2m models w...Russell Keith-Magee
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-19Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...Russell Keith-Magee
2009-11-19Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde...Russell Keith-Magee
2009-11-18Fixed a misplaced parenthesis.Ian Kelly
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-17As promised, removed the `_DeprecatedTestModule` and its instances.Justin Bronn
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-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-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-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-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 #12093 -- `LayerMapping` now takes into account model inheritance when ...Justin Bronn
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