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
/
regressiontests
Age
Commit message (
Expand
)
Author
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
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
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-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
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-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 #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
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-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
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-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-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
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
[prev]
[next]