summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-02-16Use Python's changed comparisons, which makes this a bit more readable.Alex Gaynor
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-14Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...Aymeric Augustin
2012-02-13Minor bugfixing of the staticfiles app following upstream development in djan...Jannis Leidel
2012-02-12Fixed AdminEmailHandler to format the subject message correctly when argument...Jannis Leidel
2012-02-11Fixed #15216 -- Made return type of an internal DB introspection method consi...Ramiro Morales
2012-02-11Fixed #17676 -- Fixed introspection of column names that start with digit(s).Ramiro Morales
2012-02-11Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.Ramiro Morales
2012-02-11Fixed #17256 -- Ensured that content types get cached when retrieved by natur...Julien Phalip
2012-02-11Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...Julien Phalip
2012-02-11Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...Paul McMillan
2012-02-11Fix the other test for #15237.Paul McMillan
2012-02-10Fixed #15237 (again). RSS feeds now include proper character encoding in the ...Paul McMillan
2012-02-10Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IO...Carl Meyer
2012-02-10Fixed #17640 -- Avoided a DeprecationWarning in the test suite. Thanks zsicia...Aymeric Augustin
2012-02-10Fixed a SyntaxError in the middleware tests introduced in r17471.Jannis Leidel
2012-02-10Fixed the exception handling when deserializing via generators on Python 2.5 ...Jannis Leidel
2012-02-10Updated a few localization formats to stop the changes done in r17473 from br...Jannis Leidel
2012-02-10Added missing file forgotten in r17479.Jannis Leidel
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2012-02-09Fixed #17358 -- Updated logging calls to use official syntax for arguments in...Jannis Leidel
2012-02-09Fixed #17286 -- Made sure all cache backends are set up to connect to the sig...Jannis Leidel
2012-02-09Fixed #17139 -- Corrected the French department names to contain accents.Jannis Leidel
2012-02-09Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...Jannis Leidel
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2012-02-09Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in...Jannis Leidel
2012-02-09Fixed #15840 -- Wrapped inner function of the condition decorator with functo...Jannis Leidel
2012-02-09Fixed #11970 -- Wrapped the exception happening during deserialization in Des...Jannis Leidel
2012-02-09Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-02-09Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...Jannis Leidel
2012-02-09Fixed #17634 -- Optimized the performance of MultiValueDict by using append i...Aymeric Augustin
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-02-05Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...Julien Phalip
2012-02-05Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...Julien Phalip
2012-02-05Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...Julien Phalip
2012-02-05Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...Julien Phalip
2012-02-04Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....Julien Phalip
2012-02-04Fixed #17555 -- Added support for a missing trailing slash when redirecting b...Jannis Leidel
2012-02-04Added with_statement import forgotten in r17434. Thanks to Julien for noticing.Jannis Leidel
2012-02-04Fixed #17628 -- Extended makemessages command to also ignore directories when...Jannis Leidel
2012-02-04Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...Jannis Leidel
2012-02-04Fixed #17527 -- Improved exception message when adding the wrong type of obje...Jannis Leidel
2012-02-04Fixed #17542 -- Gracefully handle errors when checking if the values of a Sel...Jannis Leidel
2012-02-04Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...Jannis Leidel
2012-02-04Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query by rely...Jannis Leidel
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2012-02-04Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...Jannis Leidel
2012-02-04Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, p...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty