Andrew Godwin 8c12d51ea2 Fixed #22487: Optional rollback emulation for migrated apps 10 years ago
..
admin_changelist cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
admin_checks 2bcb8bfc8d Fix many many typos in comments throughout the codebase 11 years ago
admin_custom_urls cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
admin_docs 4cf82e5bcf Fixed #21685 -- Displayed app verbose name in admindocs model index 11 years ago
admin_filters e32095616c Imported override_settings from its new location. 11 years ago
admin_inlines 11f0899bbe Fixed #11776 -- Added CSS class for non-field/top of form errors. 10 years ago
admin_ordering e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
admin_registration e23de9e350 Fixed typo in exception message; refs #19414 11 years ago
admin_scripts 4865326f22 Fixed #22699 -- Configure default settings in some management commands. 10 years ago
admin_util 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
admin_validation 2bcb8bfc8d Fix many many typos in comments throughout the codebase 11 years ago
admin_views 11f0899bbe Fixed #11776 -- Added CSS class for non-field/top of form errors. 10 years ago
admin_widgets 5046c110cf Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on fields with choices" 10 years ago
aggregation e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
aggregation_regress e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
app_loading ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 years ago
apps 88a2d39159 Fixed #21874 -- Require Django applications to have a filesystem path. 11 years ago
backends 6c27ff957a Fixed flake8 error. 10 years ago
base 1716b7ce5a Renamed AppCache to Apps. 11 years ago
bash_completion a9b7f31bfc Completed long overdue sqlinitialdata deprecation. 11 years ago
basic e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
bug639 7a61c68c50 PEP8 cleanup 11 years ago
bug8245 5c1143910e Removed most of absolute_import imports 11 years ago
builtin_server 9a982d5ccc Moved ServerHandler helper class to tests. 11 years ago
bulk_create cfcca7ccce Fixed #3711, #6734, #12581 -- Bounded connection.queries. 10 years ago
cache 35e1b1efab Used more precise assertions in cache tests 11 years ago
check_framework 9bc377d7d0 Fixed a test failure introduced by 214d1e1b0f. 11 years ago
choices 7a61c68c50 PEP8 cleanup 11 years ago
commands_sql 8721adcbfb Fix router_honored test to not close connection 10 years ago
commands_sql_migrations f70f669941 Fixed #22749: Making SQL management commands migration aware. 10 years ago
conditional_processing cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
contenttypes_tests 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
context_processors cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
createsuperuser 6e895f9e06 Removed superfluous models.py files. 11 years ago
csrf_tests 9b729ddd8f Fixed #22185 -- Added settings.CSRF_COOKIE_AGE 11 years ago
custom_columns a2814846ca Fixed E124 pep8 warnings. 11 years ago
custom_columns_regress 7a61c68c50 PEP8 cleanup 11 years ago
custom_lookups 3b765029f0 Fix a2dd618 for mysql. 11 years ago
custom_managers 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 years ago
custom_managers_regress 7a61c68c50 PEP8 cleanup 11 years ago
custom_methods 3ffeb93186 Ensure cursors are closed when no longer needed. 11 years ago
custom_pk a2814846ca Fixed E124 pep8 warnings. 11 years ago
datatypes 2bcb8bfc8d Fix many many typos in comments throughout the codebase 11 years ago
dates 7a61c68c50 PEP8 cleanup 11 years ago
datetimes 17ed99f3a3 Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 11 years ago
db_typecasts 6e895f9e06 Removed superfluous models.py files. 11 years ago
decorators 80cd64ee17 Fixed #21247 -- Made method_decorator play nicely with descriptors 11 years ago
defaultfilters 1a01e24331 Tested pluralization of decimals. 10 years ago
defer 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
defer_regress a7588e2e22 Removed useless model definitions. 11 years ago
delete 7a61c68c50 PEP8 cleanup 11 years ago
delete_regress b66e85342b Fixed #22308 -- Regression from 0f956085. 11 years ago
deprecation cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
dispatch ebb0279f4a Fixed #16245 -- Included traceback in send_robust()'s response 11 years ago
distinct_on_fields cff59bedc2 Split ignores_nulls_in_unique_constraints feature. 11 years ago
empty 5ba743e262 Made it possible to create apps without a models module. 11 years ago
expressions df3b1a01c7 Consolidated expressions tests. 11 years ago
extra_regress 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
field_deconstruction b1432bfc22 Appeased flake8. 11 years ago
field_defaults 5c1143910e Removed most of absolute_import imports 11 years ago
field_subclassing 7fd1b35ed7 Fixed #22537 -- Add tests and improved docs for field subclass with choices. 11 years ago
file_storage fb9d8f0652 Fixed #22717 -- Auto-corrected missing ending slash in FileSystemStorage 10 years ago
file_uploads 417ec4a68b Fixed a ResourceWarning that wasn't properly fixed by the previous commit. 10 years ago
files 918a16bc4c Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class. 11 years ago
fixtures 92dbf34286 Ensure that a file is closed in the tests 11 years ago
fixtures_model_package d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 years ago
fixtures_regress d731f48ece Merge pull request #2679 from ramiro/t22421 11 years ago
force_insert_update f67e18f39e Fixed all E251 violations 11 years ago
foreign_object 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
forms_tests 7e2c87809c Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of values. 10 years ago
generic_inline_admin d64f192df1 Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra. 11 years ago
generic_relations 7b064e5390 Split GenericRelationsTests.test_generic_relations into several tests; refs #18586. 10 years ago
generic_relations_regress b77f26313c Fixed #22207 -- Added support for GenericRelation reverse lookups 11 years ago
generic_views 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
get_earliest_or_latest 96d1d4e292 Removed unused local variables in tests. 11 years ago
get_object_or_404 a2814846ca Fixed E124 pep8 warnings. 11 years ago
get_or_create 25b2ce896b Consolidated get_or_create tests. 11 years ago
handlers e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
http_utils 6e895f9e06 Removed superfluous models.py files. 11 years ago
httpwrappers ad83d37bf8 Removed useless warning silencing. 11 years ago
i18n daaeb84158 Fixed #22773 -- Forced templatize() to return unicode 10 years ago
indexes 43a80f4812 Simplified indexes tests. 11 years ago
initial_sql_regress 8b5b199e20 Fixed #3214 -- Stopped parsing SQL with regex. 11 years ago
inline_formsets e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
inspectdb e071f67b7f Replaced an explicit vendor check by a feature flag. 10 years ago
introspection a03d38ddd4 Added a flag for the ability to introspect nullable fields. 10 years ago
invalid_models_tests d04e730224 Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields. 10 years ago
known_related_objects 7a61c68c50 PEP8 cleanup 11 years ago
logging_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
lookup 7131e14d00 Fixed #22489 -- missing implemenation for search lookup 11 years ago
m2m_and_m2o 7a61c68c50 PEP8 cleanup 11 years ago
m2m_intermediary 7a61c68c50 PEP8 cleanup 11 years ago
m2m_multiple 5649c0af9d Fixed "indentation is not a multiple of four" pep8 issues. 11 years ago
m2m_recursive 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
m2m_regress 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 years ago
m2m_signals 7a61c68c50 PEP8 cleanup 11 years ago
m2m_through c627da0ccc Fixed #14549 - Removed restriction of single FKs on intermediary tables 11 years ago
m2m_through_regress 7a61c68c50 PEP8 cleanup 11 years ago
m2o_recursive 7a61c68c50 PEP8 cleanup 11 years ago
mail 1dcc603eff Fixed several typos in Django 10 years ago
managers_regress 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 years ago
many_to_many da7ab8728c Fixed mistake in tests from commit 2039908. Refs #19816. 11 years ago
many_to_one 6685713869 Fixed E127 pep8 warnings. 11 years ago
many_to_one_null da7ab8728c Fixed mistake in tests from commit 2039908. Refs #19816. 11 years ago
many_to_one_regress 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
max_lengths 7a61c68c50 PEP8 cleanup 11 years ago
middleware 9d1bf8f841 Removed executeable bit from a few files. 10 years ago
middleware_exceptions 47a9347b98 Fixed #6992 -- Improved error when middleware omits HttpResponse. 10 years ago
migrate_signals d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 years ago
migration_test_data_persistence 8c12d51ea2 Fixed #22487: Optional rollback emulation for migrated apps 10 years ago
migrations 3f91238adf Fixed #22777: Add dependency on through for autodetected M2M adds 10 years ago
model_fields b7de5f5d3f Fixed a few ResourceWarning in the test suite. Refs #22680. 10 years ago
model_forms 45e049937d Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and blank=True. 10 years ago
model_formsets 1dcc603eff Fixed several typos in Django 10 years ago
model_formsets_regress 1dcc603eff Fixed several typos in Django 10 years ago
model_inheritance 1dcc603eff Fixed several typos in Django 10 years ago
model_inheritance_regress 1dcc603eff Fixed several typos in Django 10 years ago
model_package 1dcc603eff Fixed several typos in Django 10 years ago
model_permalink 9d1bf8f841 Removed executeable bit from a few files. 10 years ago
model_regress 6bb6df2943 Fix storing of binary fields and unicode textfields for Oracle/Python3 11 years ago
model_validation 6b63742ce5 Corrected expected test output to allow for cleanups in signal and compatibility checks. 11 years ago
modeladmin e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
multiple_database 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
mutually_referential 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
nested_foreign_keys c3791463a5 Fixing E302 Errors 11 years ago
no_models 1716b7ce5a Renamed AppCache to Apps. 11 years ago
null_fk f67e18f39e Fixed all E251 violations 11 years ago
null_fk_ordering c3791463a5 Fixing E302 Errors 11 years ago
null_queries 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 years ago
one_to_one 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
one_to_one_regress 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 years ago
or_lookups bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings 11 years ago
order_with_respect_to bf9953cfb8 Adding test to fix of duplicate _order fields (#22720) 10 years ago
ordering 24ec9538b7 Fixed #19195 -- Allow explicit ordering by a relation `_id` field. 11 years ago
pagination 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
postgres_tests 635acf42c5 Fix a test dependent on json ordering. 11 years ago
prefetch_related ae3fe6ccbb Reordered setUp code in prefetch_related tests. 10 years ago
properties 10a09b8e60 Fixed the use of the -ise suffix, where -ize is prefered 11 years ago
proxy_model_inheritance ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 years ago
proxy_models ce993efda8 Fixed #22690 -- Added a check for proxy models containing fields. 10 years ago
queries 1dcc603eff Fixed several typos in Django 10 years ago
queryset_pickle 3e4dc5ecf2 Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models.manager'. 11 years ago
raw_query 0d91225892 Fixed many typos in comments and docstrings. 11 years ago
requests 11284a63d4 Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with // 10 years ago
requirements 8b5b199e20 Fixed #3214 -- Stopped parsing SQL with regex. 11 years ago
reserved_names 96d1d4e292 Removed unused local variables in tests. 11 years ago
resolve_url 4445d36d47 Fixed #22384 -- Deprecated reversing URLs by dotted path. 10 years ago
responses 6e895f9e06 Removed superfluous models.py files. 11 years ago
reverse_lookup c3791463a5 Fixing E302 Errors 11 years ago
reverse_single_related 75924cfa6d Fixed #21563 -- Single related object descriptors should work with `hasattr`. 11 years ago
save_delete_hooks 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 years ago
schema b1432bfc22 Appeased flake8. 11 years ago
select_for_update f095356ba2 Fixed #22343 -- Disallowed select_for_update in autocommit mode 11 years ago
select_related 6685713869 Fixed E127 pep8 warnings. 11 years ago
select_related_onetoone c3791463a5 Fixing E302 Errors 11 years ago
select_related_regress edecbb551b Minor cleanup in select_related_regress tests. 11 years ago
serializers 0f9560855e Removed legacy transaction management per the deprecation timeline. 11 years ago
serializers_regress fb90b7cda2 Adjusted refactoring of vendor checks. 11 years ago
servers cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
settings_tests 3417ba0309 Also allowed a non-overridden setting to be deleted 11 years ago
signals eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 years ago
signed_cookies_tests b9bfcd82f0 Refs #21230 -- removed direct settings manipulation from signed cookies tests 11 years ago
signing 7b4743580a Replaced deprecated assertEquals 11 years ago
sites_framework 55ba92a9c9 Edited contrib.sites check messages for grammar and consistency. 11 years ago
staticfiles_tests 3bec38888f Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 11 years ago
str 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 years ago
string_lookup c3791463a5 Fixing E302 Errors 11 years ago
swappable_models dbe2fb632d Added a missing import and removed an unneeded import 11 years ago
syndication_tests 1dcc603eff Fixed several typos in Django 10 years ago
tablespaces 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 years ago
template_tests 484f3edf1e Fixed #18400 -- Modified length template filter to return 0 for unknown variables. 10 years ago
templates 3ac823fc5b Fixed #21460 -- Reenabled proper template precedence in find_template 11 years ago
test_client 1dcc603eff Fixed several typos in Django 10 years ago
test_client_regress be88b062af Fixed #21357 -- Fixed test client session initialization. 11 years ago
test_discovery_sample 79f05616fb Fixed flake8 warnings introduced in recent commits. 11 years ago
test_discovery_sample2 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 years ago
test_runner 72f055e535 Fixed #20550 -- Added keepdb argument to destroy_test_db 10 years ago
test_runner_deprecation_app 0c6a339952 Avoided changing raw DeprecationWarning filter behavior 11 years ago
test_utils 942556df2f Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._urlconfs. 11 years ago
text e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
timezones 1109ebd7b3 Optimized make_aware/naive by removing redundant checks. Refs #22625. 11 years ago
transactions 25860096f9 Fixed #21239 -- Maintained atomicity when closing the connection. 11 years ago
unmanaged_models c3791463a5 Fixing E302 Errors 11 years ago
update c3791463a5 Fixing E302 Errors 11 years ago
update_only_fields c3791463a5 Fixing E302 Errors 11 years ago
urlpatterns_reverse 4445d36d47 Fixed #22384 -- Deprecated reversing URLs by dotted path. 10 years ago
user_commands acee46fc95 Fixed #22256 -- Replaced bad fallback for missing PATH 11 years ago
utils_tests 083d285b82 Fixed #22681 -- Made TarArchive recognize leading directories properly. 10 years ago
validation e2e4cdba11 Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side effects. 11 years ago
validators 424fe76349 Fixed #22579 -- Corrected validation for email to reject trailing slash 11 years ago
version 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
view_tests 536ebaa048 Fixed a few warnings in the testsuite. 10 years ago
wsgi cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 years ago
.coveragerc 51a9a5980a Made coverage ignore files without associated source code. 11 years ago
runtests.py 417ec4a68b Fixed a ResourceWarning that wasn't properly fixed by the previous commit. 10 years ago
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 years ago
urls.py d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 years ago