summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-10Corrected an issue which could allow attackers to manipulate session data usi...Russell Keith-Magee
2011-09-10Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...Russell Keith-Magee
2011-09-10Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co...Justin Bronn
2011-09-10Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th...Karen Tracey
2011-09-09Fixed #16782 -- Corrected a broken cross-reference to the database engine set...Gabriel Hurley
2011-09-09Added two pointless query repeats to work around a known issue with MySQL tha...Russell Keith-Magee
2011-09-09Fixes #16664 -- URLField's to_python method fails with ValueError on some url...Chris Beaven
2011-09-09Removed extra call to `syncdb` that slipped in with r16749.Justin Bronn
2011-09-09Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...Justin Bronn
2011-09-09Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ...Gabriel Hurley
2011-09-09Fix and test for cleaning a non-string value in a URLFieldChris Beaven
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-09-09Fixed #16791 -- Updated a broken URL in the README file. Thanks to paulcwatts...Gabriel Hurley
2011-09-09Fixed a brittle test in the `LayerMapping` tests.Justin Bronn
2011-09-09Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...Jannis Leidel
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-09-09Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...Jannis Leidel
2011-09-09Fixed #16042 -- Use the content types caching in the comments contrib app. Th...Jannis Leidel
2011-09-09Add a test for the intcomma regression described in #16404/#16562, fixed in r...Karen Tracey
2011-09-09Fixed #16780 -- Removed a timing sensitive test from the template test suite....Russell Keith-Magee
2011-09-09Fixed #16384: warn against accessing request.POST/REQUEST in middleware.Jacob Kaplan-Moss
2011-09-09Remove no-longer-valid references to the DATABASE_* settings, the legacy code...Alex Gaynor
2011-09-09Fixed #16746 - added more HTTP code/string mappings.Jacob Kaplan-Moss
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-09-08Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...Jannis Leidel
2011-09-08Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha...Jannis Leidel
2011-09-08Fixed #16686 -- Reduced time to wait for cache expiration in a test to allevi...Jannis Leidel
2011-09-08Fixed #15918 -- Refined documentation of the various localization settings, e...Jannis Leidel
2011-09-08Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...Jannis Leidel
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-09-08Fixed #16349 -- Fixed Brazilian localization formats. Thanks, Claude Paroz, s...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-09-04Also copy `__module__` to our dynamically created TestCase subclass when over...Ramiro Morales
2011-09-04Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eag...Ramiro Morales
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-09-03`is` should not be used on primitive objects, use == instead, correctly.Alex Gaynor
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-09-02Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s...Julien Phalip
2011-09-02Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...Julien Phalip
2011-08-31Fixed #16059 -- Improved the usability of the admin's vertical and horizontal...Julien Phalip
2011-08-30Fixed indentation introduced in r16706.Jannis Leidel
2011-08-30Fixed #16717 -- Added ability to store result of trans template tag in contex...Jannis Leidel
2011-08-30Added admin browser support policy note.Idan Gazit
2011-08-29Follow the same convention as the rest of the file.Honza Král
2011-08-29Forgotten import in [16708]Honza Král
2011-08-29Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...Honza Král
2011-08-28Added guidelines for reporting UI-related bugs & feature requests.Idan Gazit
2011-08-28Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev < ganda...Julien Phalip
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip