summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-12-24Added a lower level test for numberformat when grouping is 0 and force_groupi...Aymeric Augustin
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-22Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...Gabriel Hurley
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-12-22Re-enabled the cleanup of STATIC_ROOT in the staticfiles tests.Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-21Ensured that `makemessages` doesn't leave any temporary file over if the pars...Julien Phalip
2011-12-19Stopped unconditionally reversing admin model add/change URLs.Ramiro Morales
2011-12-17Optimized an optimiseAdrian Holovaty
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-17Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...Aymeric Augustin
2011-12-17Fixed some failing tests due to creation of HttpRequest._is_secure() methods ...Adrian Holovaty
2011-12-16Refs #17323 -- Updated a test to use try/finally to avoid state leakage. Than...Carl Meyer
2011-12-16Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...Adrian Holovaty
2011-12-16Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...Adrian Holovaty
2011-12-16Ensured that thread-shareability gets validated when closing a PostgreSQL or ...Julien Phalip
2011-12-16Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...Julien Phalip
2011-12-15Fixed #16563 - Error pickling request.userLuke Plant
2011-12-14Fixed a url to the contributing guide in a code comment.Julien Phalip
2011-12-11Fixed #15863 - SimpleCookies are not correctly serialized with the file or da...Luke Plant
2011-12-11Fixed #17377 -- Don't depend on a warm cache in admin_views.UserAdminTest.tes...Aymeric Augustin
2011-12-11Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ...Aymeric Augustin
2011-12-11Fixed #17251 -- In the select_for_update tests, close manually database conne...Aymeric Augustin
2011-12-11Added another `from__future__ import with_statement` missed in r17190.Ramiro Morales
2011-12-11Made makemessages leave `'%%'` sequences untouched when extracting translatab...Ramiro Morales
2011-12-11Added files missing from commit [17190]Ramiro Morales
2011-12-11Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...Ramiro Morales
2011-12-09Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...Adrian Holovaty
2011-12-09Fixed #17348 -- Implemented {% elif %}. Refs #3100.Aymeric Augustin
2011-12-09Fixed copy & paste mistake made in r17183.Jannis Leidel
2011-12-09Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support...Jannis Leidel
2011-12-09Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...Adrian Holovaty
2011-12-07Changed BoundField.subwidgets() to return SubWidget objects instead of render...Adrian Holovaty
2011-12-07Fixed typo in a test name in form testsAdrian Holovaty
2011-12-07Made BoundFields iterable, so that you can iterate over individual radio butt...Adrian Holovaty
2011-12-04Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...Aymeric Augustin
2011-12-03Fixed a couple of typos.Ramiro Morales
2011-11-27Removed tests of the globbing feature that was removed at r17158. Refs #16247.Aymeric Augustin
2011-11-27Fixed #16040 -- Preserved scheme, host and port in the test client when follo...Aymeric Augustin
2011-11-27Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...Aymeric Augustin
2011-11-27Changed the fixtures used to test the 'initial_data' feature so they don't co...Aymeric Augustin
2011-11-27Renamed the fixtures used by the aggregation tests so they're only loaded by ...Aymeric Augustin
2011-11-26Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...Carl Meyer
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-22Disentangled some parts of the admin ChangeList and ListFilter's internals. W...Julien Phalip
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin