summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-10-27Slight change to CSRF error messages to make debugging easier.Luke Plant
2009-10-27Fixed some typosLuke Plant
2009-10-27Added explicit notes about the need to update any customised templates for co...Luke Plant
2009-10-27Completed a name in AUTHORS file, now I know it.Luke Plant
2009-10-27Added 'version added' info to CSRF_* settings.Luke Plant
2009-10-27Removed unused import.Luke Plant
2009-10-27Use decorator syntax for csrf_exempt example.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-10-26Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...Jacob Kaplan-Moss
2009-10-25Polish translation updatedJarek Zgoda
2009-10-25Fixed #12079: Changed has_results to get a single result, thus preventing exi...Karen Tracey
2009-10-24Fixed small error in deprecation policy.Luke Plant
2009-10-24Fixed #9163 - CsrfMiddleware needs to reset ETag headerLuke Plant
2009-10-24Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using ...Luke Plant
2009-10-24Fixed a bug in r11646 - refs #11402 Luke Plant
2009-10-24Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2009-10-24Fixed a couple of test-ordering-dependant failures introduced in [11639] that...Jacob Kaplan-Moss
2009-10-23Moved _get_foreign_key call after testing for fk_name fixing a broken test.Brian Rosner
2009-10-23Clarified faq/install w.r.t. the various Python versions available.Jacob Kaplan-Moss
2009-10-23Fixed a silly typo left over from removing Python 2.3 references.Jacob Kaplan-Moss
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...Luke Plant
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-10-19Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-19Moved the call to _get_foreign_key to run in all cases catching incorrect inl...Brian Rosner
2009-10-19Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...Brian Rosner
2009-10-17The `OGRGeometry.coord_dim` property may now be set; implemented a work-aroun...Justin Bronn