.. |
admin_changelist
|
905bd7fb44
Fixed #13196 -- Formatting in admin changelists.
|
vor 13 Jahren |
admin_custom_urls
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
vor 13 Jahren |
admin_filters
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
admin_inlines
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
admin_ordering
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
admin_registration
|
600c576ac5
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()` more consistent with that of `ModelAdmin.list_display` by separating out the admin action check boxes business. This is backwards-incompatible for those who have been using the still-unreleased `get_list_display()` method. Thanks to Ramiro Morales for the review.
|
vor 13 Jahren |
admin_scripts
|
865cd35c9b
Made more extensive usage of context managers with open.
|
vor 13 Jahren |
admin_util
|
bb6921ce88
Fixed #17596 -- Stopped the AdminField class from double quoting its label. Thanks, guettli and claudep.
|
vor 13 Jahren |
admin_validation
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
admin_views
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
admin_widgets
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
vor 13 Jahren |
aggregation_regress
|
02bc523b89
Renamed the fixtures used by the aggregation tests so they're only loaded by the tests that use them. Refs #17275.
|
vor 13 Jahren |
app_loading
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
backends
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
bash_completion
|
d38690796c
Removed the deprecated reset and sqlreset management commands.
|
vor 13 Jahren |
bug639
|
865cd35c9b
Made more extensive usage of context managers with open.
|
vor 13 Jahren |
bug8245
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
builtin_server
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
vor 14 Jahren |
bulk_create
|
c4e62eff90
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used as an AutoField value.
|
vor 13 Jahren |
cache
|
00c0d3c44e
Made warning assertions work with or without -Wall python switch
|
vor 13 Jahren |
comment_tests
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
vor 13 Jahren |
conditional_processing
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
context_processors
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
createsuperuser
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
csrf_tests
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
custom_columns_regress
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
custom_managers_regress
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
datatypes
|
9b1cb755a2
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
|
vor 13 Jahren |
dates
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
db_typecasts
|
4cfb7632e0
Removed remains from times when tests could be run outside of runtests.py.
|
vor 13 Jahren |
decorators
|
00c0d3c44e
Made warning assertions work with or without -Wall python switch
|
vor 13 Jahren |
defaultfilters
|
e2548ec2a9
Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creaturecreative.com and adamzap for the report and the patch.
|
vor 13 Jahren |
defer_regress
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
delete_regress
|
ddd53dafb5
Fixed #17918 - Handle proxy models correctly when sorting deletions for databases without deferred constraints. Thanks Nate Bragg for the report.
|
vor 13 Jahren |
dispatch
|
1aaa0dd098
Fix the dispatch test GC code under PyPy, and make the comment for Jython better.
|
vor 13 Jahren |
expressions_regress
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
vor 13 Jahren |
extra_regress
|
93d1fdb130
Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when they contain OR operations. Thanks to Marek Brzóska for the report, to eleather for the test case and to Adrien Lemaire for the patch.
|
vor 13 Jahren |
file_storage
|
d7dfab59ea
Replaced cStringIO.StringIO by io.BytesIO.
|
vor 13 Jahren |
file_uploads
|
865cd35c9b
Made more extensive usage of context managers with open.
|
vor 13 Jahren |
fixtures_regress
|
d7dfab59ea
Replaced cStringIO.StringIO by io.BytesIO.
|
vor 13 Jahren |
forms
|
10cf3c6427
Used catch_warnings instead of save/restore methods. Refs #17049.
|
vor 13 Jahren |
generic_inline_admin
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
vor 13 Jahren |
generic_relations_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
generic_views
|
10cf3c6427
Used catch_warnings instead of save/restore methods. Refs #17049.
|
vor 13 Jahren |
get_or_create_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
handlers
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
httpwrappers
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
i18n
|
d7dfab59ea
Replaced cStringIO.StringIO by io.BytesIO.
|
vor 13 Jahren |
initial_sql_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
inline_formsets
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
inspectdb
|
ddc5d59c6a
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class is defined below.
|
vor 13 Jahren |
introspection
|
a18e43c5bb
Made get_indexes() consistent across backends.
|
vor 13 Jahren |
localflavor
|
a6b2a15348
Removed deprecated gender check in cz localflavor. Refs #14593.
|
vor 13 Jahren |
logging_tests
|
11a5355517
Inserted more simplefilter calls to be sure warnings are emitted.
|
vor 13 Jahren |
m2m_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
m2m_through_regress
|
d7dfab59ea
Replaced cStringIO.StringIO by io.BytesIO.
|
vor 13 Jahren |
mail
|
865cd35c9b
Made more extensive usage of context managers with open.
|
vor 13 Jahren |
managers_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
many_to_one_regress
|
2cd516002d
Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDescriptor.
|
vor 13 Jahren |
max_lengths
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
middleware
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
middleware_exceptions
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
model_fields
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
model_forms_regress
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
model_formsets_regress
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
model_inheritance_regress
|
53fb45c6d8
Fixed #17615 -- Corrected unique field validation when using multitable inheritance. The validation used wrong pk value if the parent and child model had different pk fields. Thanks ungenio for the report and patch.
|
vor 13 Jahren |
model_inheritance_select_related
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
model_permalink
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
model_regress
|
b8353016b7
Fixed #13640: Avoid generating an exception when a model has an attribute named 'evaluate'. Thanks LukaszKorzybski and tobias.
|
vor 13 Jahren |
modeladmin
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
multiple_database
|
20c8aa2a20
Fixed various dodgy behaviours
|
vor 13 Jahren |
null_fk
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
null_fk_ordering
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
null_queries
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
one_to_one_regress
|
b90d4e5b74
Made the caching of related and reverse related objects consistent in OneToOneFields. Fixed #13839. Refs #17439.
|
vor 13 Jahren |
pagination_regress
|
0e9692bc66
Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Paginator class to prevent unpleasant TypeErrors. Thanks, rbanffy, Eric Florenzano and Claude Paroz.
|
vor 14 Jahren |
queries
|
584e2c0337
Prevent Oracle from changing field.null to True
|
vor 13 Jahren |
queryset_pickle
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
requests
|
11a5355517
Inserted more simplefilter calls to be sure warnings are emitted.
|
vor 13 Jahren |
reverse_single_related
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
select_related_onetoone
|
b90d4e5b74
Made the caching of related and reverse related objects consistent in OneToOneFields. Fixed #13839. Refs #17439.
|
vor 13 Jahren |
select_related_regress
|
287565779d
Added support for modifying the effect of ``DISTINCT`` clauses so they
|
vor 13 Jahren |
serializers_regress
|
d7dfab59ea
Replaced cStringIO.StringIO by io.BytesIO.
|
vor 13 Jahren |
servers
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
settings_tests
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
signals_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
signed_cookies_tests
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
signing
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
sites_framework
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
special_headers
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
vor 13 Jahren |
staticfiles_tests
|
10cf3c6427
Used catch_warnings instead of save/restore methods. Refs #17049.
|
vor 13 Jahren |
string_lookup
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
vor 13 Jahren |
syndication
|
40b9532668
Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch.
|
vor 13 Jahren |
templates
|
ddfc7c2530
Fixed #4746 -- Allowed spaces around filter separator.
|
vor 13 Jahren |
test_client_regress
|
10cf3c6427
Used catch_warnings instead of save/restore methods. Refs #17049.
|
vor 13 Jahren |
test_runner
|
b52672d778
Replaced deprecated TestCase methods. Refs #17049.
|
vor 13 Jahren |
test_utils
|
cec6bd5a59
Fixed #18023 -- Removed bundled simplejson.
|
vor 13 Jahren |
text
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
transactions_regress
|
30c846bf3d
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebugWrapper.execute/executemany. Refs #9964. Thanks james at 10gic net for the report and Claude Paroz for the patch.
|
vor 13 Jahren |
urlpatterns_reverse
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
vor 13 Jahren |
utils
|
11a5355517
Inserted more simplefilter calls to be sure warnings are emitted.
|
vor 13 Jahren |
version
|
02a5b41db4
Fixed #18224 -- Changed the dev version number.
|
vor 13 Jahren |
views
|
865cd35c9b
Made more extensive usage of context managers with open.
|
vor 13 Jahren |
wsgi
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
vor 13 Jahren |
__init__.py
|
a513fcb455
Added regressions tests to ensure that one-to-one and many-to-many fields
|
vor 19 Jahren |