Claude Paroz 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
..
admin_changelist 905bd7fb44 Fixed #13196 -- Formatting in admin changelists. 13 years ago
admin_custom_urls 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
admin_filters b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
admin_inlines b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
admin_ordering d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
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. 13 years ago
admin_scripts 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
admin_util bb6921ce88 Fixed #17596 -- Stopped the AdminField class from double quoting its label. Thanks, guettli and claudep. 13 years ago
admin_validation d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
admin_views b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
admin_widgets 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
aggregation_regress 02bc523b89 Renamed the fixtures used by the aggregation tests so they're only loaded by the tests that use them. Refs #17275. 13 years ago
app_loading 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
backends b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
bash_completion d38690796c Removed the deprecated reset and sqlreset management commands. 13 years ago
bug639 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
bug8245 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
builtin_server afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 years ago
bulk_create c4e62eff90 Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used as an AutoField value. 13 years ago
cache 00c0d3c44e Made warning assertions work with or without -Wall python switch 13 years ago
comment_tests 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
conditional_processing d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
context_processors d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
createsuperuser b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
csrf_tests 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
custom_columns_regress d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
custom_managers_regress d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
datatypes 9b1cb755a2 Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 13 years ago
dates d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
db_typecasts 4cfb7632e0 Removed remains from times when tests could be run outside of runtests.py. 13 years ago
decorators 00c0d3c44e Made warning assertions work with or without -Wall python switch 13 years ago
defaultfilters e2548ec2a9 Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creaturecreative.com and adamzap for the report and the patch. 13 years ago
defer_regress 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
delete_regress ddd53dafb5 Fixed #17918 - Handle proxy models correctly when sorting deletions for databases without deferred constraints. Thanks Nate Bragg for the report. 13 years ago
dispatch 1aaa0dd098 Fix the dispatch test GC code under PyPy, and make the comment for Jython better. 13 years ago
expressions_regress d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. 13 years ago
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. 13 years ago
file_storage 5c954136ea Fixed #15644 -- Improved Django File wrapper to support more file-like objects. Thanks nickname123 and Michael Palumbo for working on the patch. 13 years ago
file_uploads 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
fixtures_regress 4e29b70b9d Fixed #17530 - Fixture loading with deferred constraints broken for Postgres for fixtures from multiple dirs/files 13 years ago
forms 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 13 years ago
generic_inline_admin 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
generic_relations_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
generic_views 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 13 years ago
get_or_create_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
handlers 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
httpwrappers 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
i18n 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 13 years ago
initial_sql_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
inline_formsets 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
inspectdb ddc5d59c6a Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class is defined below. 13 years ago
introspection a18e43c5bb Made get_indexes() consistent across backends. 13 years ago
localflavor a6b2a15348 Removed deprecated gender check in cz localflavor. Refs #14593. 13 years ago
logging_tests 11a5355517 Inserted more simplefilter calls to be sure warnings are emitted. 13 years ago
m2m_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
m2m_through_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
mail 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
managers_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
many_to_one_regress 2cd516002d Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDescriptor. 13 years ago
max_lengths 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
middleware 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
middleware_exceptions 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
model_fields 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
model_forms_regress 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
model_formsets_regress 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
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. 13 years ago
model_inheritance_select_related 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
model_permalink 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
model_regress b8353016b7 Fixed #13640: Avoid generating an exception when a model has an attribute named 'evaluate'. Thanks LukaszKorzybski and tobias. 13 years ago
modeladmin 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
multiple_database 20c8aa2a20 Fixed various dodgy behaviours 13 years ago
null_fk 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
null_fk_ordering 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
null_queries 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
one_to_one_regress b90d4e5b74 Made the caching of related and reverse related objects consistent in OneToOneFields. Fixed #13839. Refs #17439. 13 years ago
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. 14 years ago
queries 584e2c0337 Prevent Oracle from changing field.null to True 13 years ago
queryset_pickle 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
requests 11a5355517 Inserted more simplefilter calls to be sure warnings are emitted. 13 years ago
reverse_single_related 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
select_related_onetoone b90d4e5b74 Made the caching of related and reverse related objects consistent in OneToOneFields. Fixed #13839. Refs #17439. 13 years ago
select_related_regress 287565779d Added support for modifying the effect of ``DISTINCT`` clauses so they 13 years ago
serializers_regress 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
servers b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
settings_tests b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
signals_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
signed_cookies_tests 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
signing 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
sites_framework 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
special_headers 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
staticfiles_tests 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 13 years ago
string_lookup 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
syndication 40b9532668 Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch. 13 years ago
templates ddfc7c2530 Fixed #4746 -- Allowed spaces around filter separator. 13 years ago
test_client_regress 10cf3c6427 Used catch_warnings instead of save/restore methods. Refs #17049. 13 years ago
test_runner b52672d778 Replaced deprecated TestCase methods. Refs #17049. 13 years ago
test_utils cec6bd5a59 Fixed #18023 -- Removed bundled simplejson. 13 years ago
text 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
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. 13 years ago
urlpatterns_reverse 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
utils 11a5355517 Inserted more simplefilter calls to be sure warnings are emitted. 13 years ago
version 02a5b41db4 Fixed #18224 -- Changed the dev version number. 13 years ago
views 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
wsgi 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 13 years ago
__init__.py a513fcb455 Added regressions tests to ensure that one-to-one and many-to-many fields 19 years ago