index
:
django.git
fix-31295
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
2013-04-19
Fix != operations on lazy objects.
Alex Gaynor
2013-04-19
Fixed #20276 -- Implemented __bool__ for MergeDict
Anton Baklanov
2013-04-16
Refs #14567 -- Fixed failing test that wasn't being run.
Carl Meyer
2013-04-14
Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.
Matthew Tretter
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Baptiste Mispelon
2013-04-13
Used a Python 3 compatible StringIO in test_utils
Claude Paroz
2013-04-13
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Baptiste Mispelon
2013-04-13
Updated a renamed test file
Claude Paroz
2013-04-12
Fixed template_tests so discovery doesn't directly find tests that require se...
Preston Timmons
2013-04-12
Modified view_tests for unittest2 discovery.
Preston Timmons
2013-04-12
Modified validation to work with unittest2 discovery.
Preston Timmons
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons
2013-04-12
Modified model_fields for unittest2 discovery.
Preston Timmons
2013-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons
2013-04-12
Modified comment_tests for unittest2 discovery.
Preston Timmons
2013-04-12
Modified test_client_override to work with unittest2 discovery.
Preston Timmons
2013-04-12
Modified test_utils to work with unittest2 discovery.
Preston Timmons
2013-04-12
Modified forms_tests to work with unittest2 discovery.
Preston Timmons
2013-04-12
Fixed #20237 (again) Allowed binary parameter to assertContains
Claude Paroz
2013-04-12
Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Baptiste Mispelon
2013-04-11
Fixed #20237 -- Reenabled assertContains with binary parameter
Claude Paroz
2013-04-10
Fixed #20231 -- Don't use allow_lazy on smart_split
Baptiste Mispelon
2013-04-10
Made usage of assertTemplateUsed in admin_views tests
Claude Paroz
2013-04-08
Fix admin_views tests after commit 3be368c73e.
Baptiste Mispelon
2013-04-08
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
Tobias McNulty
2013-04-07
Fix #15126: Better error message when passing invalid options to ModelForm.Meta.
Baptiste Mispelon
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-04-03
Fixed #20038 -- Better error message for host validation.
Baptiste Mispelon
2013-04-02
Move last remaining tests out of models.py files; prep for test discovery.
Preston Timmons
2013-04-01
Relaxed time frame check in test_strip_tags
Claude Paroz
2013-04-01
Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...
Julien Phalip
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-04-01
Imported unittest from django.utils in util_tests
Claude Paroz
2013-04-01
Fixed #5014 -- Guessed max_digits and decimal_places for SQLite
Claude Paroz
2013-04-01
Fixed getting max_digits for MySQL decimal fields
Claude Paroz
2013-04-01
Added more tests for strip_tags utility
Claude Paroz
2013-04-01
Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses
Claude Paroz
2013-03-31
Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.
Joe Friedl
2013-03-31
Fixed #19220 -- Prevented decimals to be displayed in scientific notation
Claude Paroz
2013-03-30
Fixed #20130 -- Regression in {% cache %} template tag.
Baptiste Mispelon
2013-03-30
Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.
Christoph Sieghart
2013-03-29
Fix #20158: invalid code in queryset_pickle test models.
Baptiste Mispelon
2013-03-28
Fixed #19954 -- Fixed MySQL _last_executed decoding
Claude Paroz
2013-03-27
Correctly restore warning capture after logging tests.
Jacob Kaplan-Moss
2013-03-27
Fixed logging-related test failure introduced by e79b857.
Jacob Kaplan-Moss
2013-03-27
Merge remote-tracking branch 'ptone/18985-fix'
Jacob Kaplan-Moss
2013-03-26
Added regression test for custom SQL containing percents
Claude Paroz
[next]