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
2009-11-01
Repeat the setUp/tearDown changes made in r11699 for the tests
Karen Tracey
2009-11-01
Changed setUp and tearDown for the tests converted from doctests in r11695
Karen Tracey
2009-11-01
Fixed #12125 -- Fixed a typo in the generic views date_based test that caused...
Karen Tracey
2009-11-01
Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...
Russell Keith-Magee
2009-11-01
Fixed #12123 -- Refactored dateformat tests to use unittest. This is needed s...
Russell Keith-Magee
2009-10-30
Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w...
Brian Rosner
2009-10-29
Fixed #12057 -- Corrected regression of caching performance when a model cont...
Russell Keith-Magee
2009-10-27
Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...
Jacob Kaplan-Moss
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-26
Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e...
Jacob Kaplan-Moss
2009-10-24
Fixed a bug in r11646 - refs #11402
Luke Plant
2009-10-24
Fixed a couple of test-ordering-dependant failures introduced in [11639] that...
Jacob Kaplan-Moss
2009-10-23
Fixed #11625: added comment moderation via admin actions.
Jacob Kaplan-Moss
2009-10-20
Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...
Luke Plant
2009-10-19
Fixed #12049 - LazyObject-wrapped User breaks queries in template tags
Luke Plant
2009-10-19
Moved the call to _get_foreign_key to run in all cases catching incorrect inl...
Brian Rosner
2009-10-19
Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...
Brian Rosner
2009-10-15
Fixed a regression on Python 2.6 caused by r11623
Luke Plant
2009-10-14
Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...
Luke Plant
2009-10-09
SECURITY ALERT: Corrected regular expressions for URL and email fields.
Jacob Kaplan-Moss
2009-09-28
Added 'key_prefix' keyword argument to cache_page()
Luke Plant
2009-09-26
Corrected regressions introduced in r11586 and r11593
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-09-13
Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...
Russell Keith-Magee
2009-09-11
Fixed #10968 - Form.errors should use Form.error_class.
Luke Plant
2009-09-10
Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().
Luke Plant
2009-09-10
Fixed #11833: name conflict in filter test.
Luke Plant
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-08-20
Fixed an assumed ordering in the queries regression tests by making it explicit.
Matt Boersma
2009-08-09
Fix the expressions modeltest to work on Pythons earlier than 2.5.
Karen Tracey
2009-07-29
SECURITY ALERT: Corrected a problem with the Admin media handler that could l...
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-07-25
Fixed #11546 -- Modified the mail regression test to avoid getting hung up on...
Russell Keith-Magee
2009-07-24
Fixed #11527 -- Added unit tests and documentation for the use of F() express...
Russell Keith-Magee
2009-07-23
Fixed #11532 -- Corrected the link used for edit_inline foreign keys in admin...
Russell Keith-Magee
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-07-13
Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...
Russell Keith-Magee
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-07-03
Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...
Russell Keith-Magee
2009-06-29
Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve...
Russell Keith-Magee
2009-06-29
Fixed #11392 -- Enforced a predictable result order for a couple of test case...
Russell Keith-Magee
2009-06-18
Fixed #11270 -- Modified cache template tag to prevent the creation of very l...
Russell Keith-Magee
2009-06-18
Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev...
Russell Keith-Magee
2009-06-15
Fixed #9023 -- Corrected a problem where cached attribute values would cause ...
Russell Keith-Magee
2009-06-15
Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...
Russell Keith-Magee
2009-06-12
Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.
Luke Plant
[prev]
[next]