index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2011-11-22
Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...
Julien Phalip
2011-11-21
Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...
Aymeric Augustin
2011-11-21
Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...
Aymeric Augustin
2011-11-21
Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...
Aymeric Augustin
2011-11-21
Fixed #17268 -- Two failures in the cache tests.
Aymeric Augustin
2011-11-20
Tweaked the skipping condition for the test introduced in r17128 so that it w...
Aymeric Augustin
2011-11-20
Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...
Aymeric Augustin
2011-11-20
Ensured that the warning added at r17117 also applies to queryset filter argu...
Aymeric Augustin
2011-11-20
Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...
Julien Phalip
2011-11-20
Made the database cache backend, which bypasses the ORM, compatible with time...
Aymeric Augustin
2011-11-20
Disabled tests that require warnings.catch_warnings when running under Python...
Aymeric Augustin
2011-11-19
Fixed #17263 -- Added a warning when a naive datetime reaches the database la...
Aymeric Augustin
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-11-18
Fixed #16753 -- Supported network-path references in the syndication framewor...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-17
Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.
Jannis Leidel
2011-11-15
Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns ...
Julien Phalip
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
Karen Tracey
2011-11-13
Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in ...
Karen Tracey
2011-11-12
Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz...
Julien Phalip
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
2011-11-12
Fix #13864: Removed database error raised when force_update is requsted on sa...
Karen Tracey
2011-11-11
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...
Julien Phalip
2011-11-11
Fixed #17197 -- Prevented a locale leakage from an i18n test causing collater...
Julien Phalip
2011-11-09
Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...
Ramiro Morales
2011-11-07
Fixed #11118 -- Made management command BaseCommand restore locale after exec...
Ramiro Morales
2011-11-07
Fixed #17125 -- Made it possible to change a `RegexField`'s regular expressio...
Julien Phalip
2011-11-07
Fixes #17173 -- Added some extra regression tests for reversing namespaced ur...
Chris Beaven
2011-11-06
Fixed #17165 -- Fixed `SelectDateWidget._has_changed()` to work correctly wit...
Julien Phalip
2011-11-03
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...
Jannis Leidel
2011-11-02
Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...
Jannis Leidel
2011-11-01
Used yaml.safe_load instead of yaml.load, because safety should be the default.
Aymeric Augustin
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
2011-10-31
Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...
Julien Phalip
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Made a couple of changes for readability and correctness in loaddata.
Ramiro Morales
2011-10-29
Made the defaultfilters tests run on the actual filters, not on functions imp...
Aymeric Augustin
2011-10-29
Enhanced loaddata error message printed when no DB fixture is provided.
Ramiro Morales
2011-10-29
More django.conf.urls.defaults removals. Refs #17132
Ramiro Morales
2011-10-28
Fixed #17127 -- Made field validators list independent per form instance. Tha...
Carl Meyer
2011-10-28
Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...
Julien Phalip
2011-10-27
Fixed a test isolation problem that remained after r17042.
Aymeric Augustin
2011-10-26
Fixed several problems that hid one another in the cache tests and code.
Aymeric Augustin
2011-10-26
Fixed error message string assumptions in WSGI tests (were breaking tests on ...
Carl Meyer
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-26
Improved settings manipulation in the cache tests with the suitable decorator...
Aymeric Augustin
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-26
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...
Julien Phalip
[next]