1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests
2008-07-19 14:46:55 +00:00
..
admin_ordering Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
admin_scripts Refs #7745 -- Modified use of assertTrue to failUnless, because assertTrue isn't available in Python 2.3. Thanks to Karen Tracey for the report and patch. 2008-07-17 13:29:35 +00:00
admin_views Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
admin_widgets Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
auth_backends
backends
bug639 Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
cache
datastructures Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
datatypes
dateformat
datetime_safe Added missing files form [7946] 2008-07-18 17:39:31 +00:00
db_typecasts
decorators
defaultfilters Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 2008-07-13 08:48:18 +00:00
dispatch
extra_regress Fixed a test case using extra sql that didnt fit Oracle syntax. 2008-07-03 19:02:43 +00:00
file_uploads Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul. 2008-07-12 20:43:03 +00:00
fixtures_regress
forms Fixed #4412 -- Added support for optgroups, both in the model when defining choices, and in the form field and widgets when the optgroups are displayed. Thanks to Matt McClanahan <cardinal@dodds.net>, Tai Lee <real.human@mrmachine.net> and SmileyChris for their contributions at various stages in the life of this ticket. 2008-07-19 07:53:02 +00:00
httpwrappers
humanize
i18n
initial_sql_regress
inline_formsets Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
mail Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx for the patch. 2008-07-19 02:38:41 +00:00
many_to_one_regress
max_lengths
maxlength
middleware
model_fields
model_inheritance_regress Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 2008-07-13 08:48:18 +00:00
model_inheritance_select_related
model_regress
modeladmin Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
null_fk
null_queries
one_to_one_regress
queries Fixed #7786 -- Removed some tests from running when using Python 2.3. 2008-07-16 23:55:10 +00:00
requests
select_related_regress Renamed a field in a test case that was preventing the tests from 2008-07-02 16:59:17 +00:00
serializers_regress
string_lookup
syndication
templates
test_client_regress Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
test_utils Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON an XML outputs. This is required so that output ordering that doesn't matter at a semantic level (such as the order of keys in a JSON dictionary, or attributes in an XML element) isn't caught as a test failure. Thanks to Leo Soto for the patch. 2008-07-19 14:46:55 +00:00
text
urlpatterns_reverse Revert [7849] and [7850]. Brain failure on my part. 2008-07-06 14:20:30 +00:00
utils Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 2008-07-13 08:48:18 +00:00
views Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors. 2008-07-19 01:22:26 +00:00
__init__.py