summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2011-11-21Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...Aymeric Augustin
2011-11-21Fixed #17268 -- Two failures in the cache tests.Aymeric Augustin
2011-11-20Tweaked the skipping condition for the test introduced in r17128 so that it w...Aymeric Augustin
2011-11-20Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...Aymeric Augustin
2011-11-20Ensured that the warning added at r17117 also applies to queryset filter argu...Aymeric Augustin
2011-11-20Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...Julien Phalip
2011-11-20Made the database cache backend, which bypasses the ORM, compatible with time...Aymeric Augustin
2011-11-20Disabled tests that require warnings.catch_warnings when running under Python...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-11-18Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin