summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-09[1.1.X] Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns a...Justin Bronn
2009-11-23[1.1.X] Cleaned up the release notes index page, and added some stub 1.1.2 an...Russell Keith-Magee
2009-11-20[1.1.X] Added an explicit test showing that field errors are correctly autoes...Jacob Kaplan-Moss
2009-11-19[1.1.X] Added myself to committers listJames Tauber
2009-11-19Corrected an inconsistency in the documentation regarding the way to specify ...Russell Keith-Magee
2009-11-19[1.1.X] Fixed #12242 -- Corrected a problem with masking extra selects() in a...Russell Keith-Magee
2009-11-16[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-12[1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing d...Russell Keith-Magee
2009-11-11[1.1.X] Fixed #12163 -- Corrected the unpickling of non-deferred models. Than...Russell Keith-Magee
2009-11-04[1.1.X] Fixed #11144 -- When a to/from/cc header contains unicode, make sure ...Russell Keith-Magee
2009-11-04[1.1.X] Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handle...Russell Keith-Magee
2009-11-03[1.1.X] Fixed #12101 -- `OGRGeometry` does not need to create a clone of the ...Justin Bronn
2009-11-02[1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apo...Russell Keith-Magee
2009-11-02[1.1.X] Fixed #12093 -- `LayerMapping` now takes into account model inheritan...Justin Bronn
2009-11-01[1.1.X] Repeat the setUp/tearDown changes made in r11699 for the testsKaren Tracey
2009-11-01[1.1.X] Changed setUp and tearDown for the tests converted from doctests in r...Karen Tracey
2009-11-01[1.1.X] (In [11697]) Fixed #12125 -- Fixed a typo in the generic views date_b...Karen Tracey
2009-11-01[1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a unittest to...Russell Keith-Magee
2009-11-01[1.1.X] Fixed #12123 -- Refactored dateformat tests to use unittest. This is ...Russell Keith-Magee
2009-11-01[1.1.X] Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite r...Russell Keith-Magee
2009-10-31[1.1.X] Updated svnmerge metadata: block CSRF changesets, include those that ...Karen Tracey
2009-10-30[1.1.X] Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__...Brian Rosner
2009-10-30[1.1.X] Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.Brian Rosner
2009-10-30[1.1.X] Updated INSTALL fileBrian Rosner
2009-10-29[1.1.X] Fixed #12057 -- Corrected regression of caching performance when a mo...Russell Keith-Magee
2009-10-28[1.1.X] Added bio for myselfJannis Leidel
2009-10-27Added a no-op {% csrf_token %} tag to 1.1.X, to ease transition of apps to 1.2Luke Plant
2009-10-27[1.1.X] Fixed #11057: having no actions in the admin (`actions=None`) no long...Jacob Kaplan-Moss
2009-10-27[1.1.X] Fixed #10996 - documented login CSRF vulnerabilities in the CsrfMiddl...Luke Plant
2009-10-26[1.1.X] Fixed #11961: Corrected a few typos in docs/testing.txt. Thanks to ti...Karen Tracey
2009-10-26[1.1.X] Block new features and fixes from svnmerge to 1.1.X branch.Karen Tracey
2009-10-26[1.1.X] Fixed #11371: Made `django.test.Client.put()` work for non-form-data ...Jacob Kaplan-Moss
2009-10-24[1.1.X] Fixed small error in deprecation policy.Luke Plant
2009-10-24[1.1.X] Fixed #9163 - CsrfMiddleware needs to reset ETag headerLuke Plant
2009-10-24[1.1.X] Fixed #12067 - check_dependencies in contrib.admin.sites not triggere...Luke Plant
2009-10-23[1.1.X] Moved _get_foreign_key call after testing for fk_name fixing a broken...Brian Rosner
2009-10-20[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...Luke Plant
2009-10-19[1.1.X] Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-19[1.1.X] Moved the call to _get_foreign_key to run in all cases catching incor...Brian Rosner
2009-10-19[1.1.X] Fixed #11709 — Pass inline fk_name attribute when grabbing foreign ...Brian Rosner
2009-10-17[1.1.X] The `OGRGeometry.coord_dim` property may now be set; implemented a wo...Justin Bronn
2009-10-15[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.Luke Plant
2009-10-14[1.1.X] Fixed #6552, #12031 - Make django.core.context_processors.auth lazy t...Luke Plant
2009-10-14[1.1.X] Fixed #11959 -- Updated the tutorial to ensure that the admin site co...Russell Keith-Magee
2009-10-12[1.1.X] Fixed #11993: fixed the the floatformat filter on NaN values in Pytho...Jacob Kaplan-Moss
2009-10-09[1.1.X] Reset 1.1 branch packaging data post-release.James Bennett
2009-10-09[1.1.X] Really fix the download_url. We already manually tweaked it on pypi, ...James Bennett
2009-10-09[1.1.X] Update setup.py for security release.James Bennett
2009-10-09[1.1.X] Bump version number for security release.1.1.1James Bennett
2009-10-09[1.1.X] SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss