summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-17Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.Jannis Leidel
2011-11-15Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-13Fixed #13640: Avoid generating an exception when a model has an attribute nam...Karen Tracey
2011-11-13Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in ...Karen Tracey
2011-11-12Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz...Julien Phalip
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-11-12Fix #13864: Removed database error raised when force_update is requsted on sa...Karen Tracey
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-11-11Fixed #17197 -- Prevented a locale leakage from an i18n test causing collater...Julien Phalip
2011-11-09Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...Ramiro Morales
2011-11-07Fixed #11118 -- Made management command BaseCommand restore locale after exec...Ramiro Morales
2011-11-07Fixed #17125 -- Made it possible to change a `RegexField`'s regular expressio...Julien Phalip
2011-11-07Fixes #17173 -- Added some extra regression tests for reversing namespaced ur...Chris Beaven
2011-11-06Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly wit...Julien Phalip
2011-11-03Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...Jannis Leidel
2011-11-02Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...Jannis Leidel
2011-11-01Used yaml.safe_load instead of yaml.load, because safety should be the default.Aymeric Augustin
2011-11-01Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...Aymeric Augustin
2011-10-31Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...Julien Phalip
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Made a couple of changes for readability and correctness in loaddata.Ramiro Morales
2011-10-29Made the defaultfilters tests run on the actual filters, not on functions imp...Aymeric Augustin
2011-10-29Enhanced loaddata error message printed when no DB fixture is provided.Ramiro Morales
2011-10-29More django.conf.urls.defaults removals. Refs #17132Ramiro Morales
2011-10-28Fixed #17127 -- Made field validators list independent per form instance. Tha...Carl Meyer
2011-10-28Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...Julien Phalip
2011-10-27Fixed a test isolation problem that remained after r17042.Aymeric Augustin
2011-10-26Fixed several problems that hid one another in the cache tests and code.Aymeric Augustin
2011-10-26Fixed error message string assumptions in WSGI tests (were breaking tests on ...Carl Meyer
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-26Improved settings manipulation in the cache tests with the suitable decorator...Aymeric Augustin
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip