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-12-11
Fixed #15863 - SimpleCookies are not correctly serialized with the file or da...
Luke Plant
2011-12-11
Fixed #17377 -- Don't depend on a warm cache in admin_views.UserAdminTest.tes...
Aymeric Augustin
2011-12-11
Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ...
Aymeric Augustin
2011-12-11
Fixed #17251 -- In the select_for_update tests, close manually database conne...
Aymeric Augustin
2011-12-11
Added another `from__future__ import with_statement` missed in r17190.
Ramiro Morales
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Added files missing from commit [17190]
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-12-09
Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...
Adrian Holovaty
2011-12-09
Fixed #17348 -- Implemented {% elif %}. Refs #3100.
Aymeric Augustin
2011-12-09
Fixed copy & paste mistake made in r17183.
Jannis Leidel
2011-12-09
Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support...
Jannis Leidel
2011-12-09
Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...
Adrian Holovaty
2011-12-07
Changed BoundField.subwidgets() to return SubWidget objects instead of render...
Adrian Holovaty
2011-12-07
Fixed typo in a test name in form tests
Adrian Holovaty
2011-12-07
Made BoundFields iterable, so that you can iterate over individual radio butt...
Adrian Holovaty
2011-12-04
Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...
Aymeric Augustin
2011-12-03
Fixed a couple of typos.
Ramiro Morales
2011-11-27
Removed tests of the globbing feature that was removed at r17158. Refs #16247.
Aymeric Augustin
2011-11-27
Fixed #16040 -- Preserved scheme, host and port in the test client when follo...
Aymeric Augustin
2011-11-27
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...
Aymeric Augustin
2011-11-27
Changed the fixtures used to test the 'initial_data' feature so they don't co...
Aymeric Augustin
2011-11-27
Renamed the fixtures used by the aggregation tests so they're only loaded by ...
Aymeric Augustin
2011-11-26
Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...
Carl Meyer
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-22
Disentangled some parts of the admin ChangeList and ListFilter's internals. W...
Julien Phalip
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
[prev]
[next]