Shai Berger f095356ba2 Fixed #22343 -- Disallowed select_for_update in autocommit mode 11 ani în urmă
..
admin_changelist cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
admin_checks add1584bfa 4 flake8 warning fixes 11 ani în urmă
admin_custom_urls cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
admin_docs cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
admin_filters e32095616c Imported override_settings from its new location. 11 ani în urmă
admin_inlines cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
admin_ordering 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
admin_registration e23de9e350 Fixed typo in exception message; refs #19414 11 ani în urmă
admin_scripts cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
admin_util 23b781cc3d Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists. 11 ani în urmă
admin_validation 53aa6c6ac1 Added warning silencers to some noisy tests. 11 ani în urmă
admin_views 7a7f6fccae Fixed #21084 -- Used proxy model's content type for admin log entries. 11 ani în urmă
admin_widgets cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
aggregation 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 ani în urmă
aggregation_regress 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
app_loading ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 ani în urmă
apps 88a2d39159 Fixed #21874 -- Require Django applications to have a filesystem path. 11 ani în urmă
backends 5f2f47fdfc Fixed #21553 -- Ensured unusable database connections get closed. 11 ani în urmă
base 1716b7ce5a Renamed AppCache to Apps. 11 ani în urmă
bash_completion 1716b7ce5a Renamed AppCache to Apps. 11 ani în urmă
basic 0f9560855e Removed legacy transaction management per the deprecation timeline. 11 ani în urmă
bug639 7a61c68c50 PEP8 cleanup 11 ani în urmă
bug8245 5c1143910e Removed most of absolute_import imports 11 ani în urmă
builtin_server 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
bulk_create d3cf6cfacf Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_auto_pk_0. 11 ani în urmă
cache cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
check_framework 6b63742ce5 Corrected expected test output to allow for cleanups in signal and compatibility checks. 11 ani în urmă
choices 7a61c68c50 PEP8 cleanup 11 ani în urmă
commands_sql 1d4bcb86ea Changed sql_* to use an app config instead of a models module. 11 ani în urmă
conditional_processing cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
contenttypes_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
context_processors cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
createsuperuser 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
csrf_tests 9b729ddd8f Fixed #22185 -- Added settings.CSRF_COOKIE_AGE 11 ani în urmă
custom_columns a2814846ca Fixed E124 pep8 warnings. 11 ani în urmă
custom_columns_regress 7a61c68c50 PEP8 cleanup 11 ani în urmă
custom_lookups 219d928852 Fixed #21863 -- supplemented get_lookup() with get_transform() 11 ani în urmă
custom_managers 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 ani în urmă
custom_managers_regress 7a61c68c50 PEP8 cleanup 11 ani în urmă
custom_methods 3ffeb93186 Ensure cursors are closed when no longer needed. 11 ani în urmă
custom_pk a2814846ca Fixed E124 pep8 warnings. 11 ani în urmă
datatypes f67e18f39e Fixed all E251 violations 11 ani în urmă
dates 7a61c68c50 PEP8 cleanup 11 ani în urmă
datetimes 17ed99f3a3 Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 11 ani în urmă
db_backends 626fa28878 Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors. 11 ani în urmă
db_typecasts 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
decorators 80cd64ee17 Fixed #21247 -- Made method_decorator play nicely with descriptors 11 ani în urmă
defaultfilters bc315266c8 Fixed #22294 -- Prevented converting length filter output to string 11 ani în urmă
defer 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
defer_regress a7588e2e22 Removed useless model definitions. 11 ani în urmă
delete 7a61c68c50 PEP8 cleanup 11 ani în urmă
delete_regress b66e85342b Fixed #22308 -- Regression from 0f956085. 11 ani în urmă
deprecation cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
dispatch c29d6f7676 Fixed #21952 -- signals deadlock due to locking + weakref interaction 11 ani în urmă
distinct_on_fields b1b04df065 Fixed #20600 -- ordered distinct(*fields) in subqueries 11 ani în urmă
empty 5ba743e262 Made it possible to create apps without a models module. 11 ani în urmă
expressions 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 ani în urmă
expressions_regress 8137215973 Added release note and regression test for refs #21643. 11 ani în urmă
extra_regress 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
field_deconstruction 37f7f233f5 Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0. 11 ani în urmă
field_defaults 5c1143910e Removed most of absolute_import imports 11 ani în urmă
field_subclassing d22b291890 Fixed #22001 -- Ensure db_type is respected. 11 ani în urmă
file_storage cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
file_uploads cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
files 918a16bc4c Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class. 11 ani în urmă
fixtures 92dbf34286 Ensure that a file is closed in the tests 11 ani în urmă
fixtures_model_package d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 ani în urmă
fixtures_regress 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
force_insert_update f67e18f39e Fixed all E251 violations 11 ani în urmă
foreign_object 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
forms_tests 2791fbf59d Used more specific test assertions. 11 ani în urmă
generic_inline_admin cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
generic_relations 20399083f4 Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments. 11 ani în urmă
generic_relations_regress b77f26313c Fixed #22207 -- Added support for GenericRelation reverse lookups 11 ani în urmă
generic_views cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
get_earliest_or_latest 96d1d4e292 Removed unused local variables in tests. 11 ani în urmă
get_object_or_404 a2814846ca Fixed E124 pep8 warnings. 11 ani în urmă
get_or_create a2814846ca Fixed E124 pep8 warnings. 11 ani în urmă
get_or_create_regress 7a61c68c50 PEP8 cleanup 11 ani în urmă
handlers cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
http_utils 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
httpwrappers ad83d37bf8 Removed useless warning silencing. 11 ani în urmă
i18n cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
indexes bb2ca9fe6c Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. 11 ani în urmă
initial_sql_regress 3ffeb93186 Ensure cursors are closed when no longer needed. 11 ani în urmă
inline_formsets d3cf6cfacf Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_auto_pk_0. 11 ani în urmă
inspectdb 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
introspection 3ffeb93186 Ensure cursors are closed when no longer needed. 11 ani în urmă
invalid_models_tests 4965a77407 Removed PIL compatability layer per deprecation timeline. 11 ani în urmă
known_related_objects 7a61c68c50 PEP8 cleanup 11 ani în urmă
logging_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
lookup 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 ani în urmă
m2m_and_m2o 7a61c68c50 PEP8 cleanup 11 ani în urmă
m2m_intermediary 7a61c68c50 PEP8 cleanup 11 ani în urmă
m2m_multiple 5649c0af9d Fixed "indentation is not a multiple of four" pep8 issues. 11 ani în urmă
m2m_recursive 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
m2m_regress 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 ani în urmă
m2m_signals 7a61c68c50 PEP8 cleanup 11 ani în urmă
m2m_through c627da0ccc Fixed #14549 - Removed restriction of single FKs on intermediary tables 11 ani în urmă
m2m_through_regress 7a61c68c50 PEP8 cleanup 11 ani în urmă
m2o_recursive 7a61c68c50 PEP8 cleanup 11 ani în urmă
mail 4aa80149e7 Fixed #22327 -- Turned BaseEmailBackend into a context manager 11 ani în urmă
managers_regress 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 ani în urmă
many_to_many da7ab8728c Fixed mistake in tests from commit 2039908. Refs #19816. 11 ani în urmă
many_to_one 6685713869 Fixed E127 pep8 warnings. 11 ani în urmă
many_to_one_null da7ab8728c Fixed mistake in tests from commit 2039908. Refs #19816. 11 ani în urmă
many_to_one_regress 7a61c68c50 PEP8 cleanup 11 ani în urmă
max_lengths 7a61c68c50 PEP8 cleanup 11 ani în urmă
middleware cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
middleware_exceptions cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
migrate_signals d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 ani în urmă
migrations 074d3183d9 Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects. 11 ani în urmă
model_fields 2791fbf59d Used more specific test assertions. 11 ani în urmă
model_forms bf2b0affe4 Forgotten slash removal in d320863878 11 ani în urmă
model_formsets ee4edb1eda Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 11 ani în urmă
model_formsets_regress 3f115776e1 PEP8 11 ani în urmă
model_inheritance ee9fcb1672 Fixed #17673 -- Forbid field shadowing. 11 ani în urmă
model_inheritance_regress 9918c11114 Fixed #21413 -- resolve_columns fields misalignment 11 ani în urmă
model_inheritance_same_model_name 7a61c68c50 PEP8 cleanup 11 ani în urmă
model_inheritance_select_related 3f115776e1 PEP8 11 ani în urmă
model_package 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 11 ani în urmă
model_permalink cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
model_regress 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
model_validation 6b63742ce5 Corrected expected test output to allow for cleanups in signal and compatibility checks. 11 ani în urmă
modeladmin c564277937 Fixed #22237 -- Removed some warnings in the test suite 11 ani în urmă
multiple_database bc9be72bdc Fixed transaction handling for a number of operations on related objects. 11 ani în urmă
mutually_referential 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
nested_foreign_keys c3791463a5 Fixing E302 Errors 11 ani în urmă
no_models 1716b7ce5a Renamed AppCache to Apps. 11 ani în urmă
null_fk f67e18f39e Fixed all E251 violations 11 ani în urmă
null_fk_ordering c3791463a5 Fixing E302 Errors 11 ani în urmă
null_queries 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 ani în urmă
one_to_one 75924cfa6d Fixed #21563 -- Single related object descriptors should work with `hasattr`. 11 ani în urmă
one_to_one_regress 1dbbdb29a0 Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test. 11 ani în urmă
or_lookups bab9123daa Fixed #21268 -- Fixed E303 pep8 warnings 11 ani în urmă
order_with_respect_to c3791463a5 Fixing E302 Errors 11 ani în urmă
ordering c3791463a5 Fixing E302 Errors 11 ani în urmă
pagination 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
prefetch_related b77f26313c Fixed #22207 -- Added support for GenericRelation reverse lookups 11 ani în urmă
properties 10a09b8e60 Fixed the use of the -ise suffix, where -ize is prefered 11 ani în urmă
proxy_model_inheritance ca95f8e435 Moved sys.path-extending decorator to django.test.utils and used throughout test suite. 11 ani în urmă
proxy_models cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
queries 232181d1c5 Advanced deprecation warnings for 1.8. 11 ani în urmă
queryset_pickle 3e4dc5ecf2 Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models.manager'. 11 ani în urmă
raw_query 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
requests 0f9560855e Removed legacy transaction management per the deprecation timeline. 11 ani în urmă
requirements 071c933775 Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse. 11 ani în urmă
reserved_names 96d1d4e292 Removed unused local variables in tests. 11 ani în urmă
resolve_url cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
responses 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
reverse_lookup c3791463a5 Fixing E302 Errors 11 ani în urmă
reverse_single_related 75924cfa6d Fixed #21563 -- Single related object descriptors should work with `hasattr`. 11 ani în urmă
save_delete_hooks 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 ani în urmă
schema 1edfa155e3 Fixed #22293 -- Avoided renaming many-to-many tables to themselves. 11 ani în urmă
select_for_update f095356ba2 Fixed #22343 -- Disallowed select_for_update in autocommit mode 11 ani în urmă
select_related 6685713869 Fixed E127 pep8 warnings. 11 ani în urmă
select_related_onetoone c3791463a5 Fixing E302 Errors 11 ani în urmă
select_related_regress f67e18f39e Fixed all E251 violations 11 ani în urmă
serializers 0f9560855e Removed legacy transaction management per the deprecation timeline. 11 ani în urmă
serializers_regress c170c3761b Skipped a test that errors rather than marked it as an expectedFailure. 11 ani în urmă
servers cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
settings_tests 0d91225892 Fixed many typos in comments and docstrings. 11 ani în urmă
signals eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 ani în urmă
signed_cookies_tests b9bfcd82f0 Refs #21230 -- removed direct settings manipulation from signed cookies tests 11 ani în urmă
signing 7b4743580a Replaced deprecated assertEquals 11 ani în urmă
sites_framework 55ba92a9c9 Edited contrib.sites check messages for grammar and consistency. 11 ani în urmă
staticfiles_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
str 778ce245dd Corrected many style guide violations that the newest version of flake8 catches 11 ani în urmă
string_lookup c3791463a5 Fixing E302 Errors 11 ani în urmă
swappable_models dbe2fb632d Added a missing import and removed an unneeded import 11 ani în urmă
syndication_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
tablespaces 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 ani în urmă
template_tests 2aaa045c61 Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag. 11 ani în urmă
templates 3ac823fc5b Fixed #21460 -- Reenabled proper template precedence in find_template 11 ani în urmă
test_client cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
test_client_regress cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
test_discovery_sample aef019de61 Fixed #21206 -- No longer run discovery if the test label doesn't point to a package or directory. 11 ani în urmă
test_discovery_sample2 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 ani în urmă
test_runner bf5430a20b Removed django.test.simple and django.test._doctest per deprecation timeline. 11 ani în urmă
test_runner_deprecation_app 0c6a339952 Avoided changing raw DeprecationWarning filter behavior 11 ani în urmă
test_runner_invalid_app 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 12 ani în urmă
test_utils cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
text 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
timezones cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
transactions 58161e4e93 Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. 11 ani în urmă
unmanaged_models c3791463a5 Fixing E302 Errors 11 ani în urmă
update c3791463a5 Fixing E302 Errors 11 ani în urmă
update_only_fields c3791463a5 Fixing E302 Errors 11 ani în urmă
urlpatterns_reverse cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
user_commands acee46fc95 Fixed #22256 -- Replaced bad fallback for missing PATH 11 ani în urmă
utils_tests 69a4f383f6 Fixed #22338 -- Fixed a test dependent on dictionary key iteration order. 11 ani în urmă
validation d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 ani în urmă
validators 4d0c5f6142 Fixed #22255 -- Added support for specifying re flags in RegexValidator 11 ani în urmă
version 6e895f9e06 Removed superfluous models.py files. 11 ani în urmă
view_tests cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
wsgi cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls 11 ani în urmă
.coveragerc 51a9a5980a Made coverage ignore files without associated source code. 11 ani în urmă
runtests.py 232181d1c5 Advanced deprecation warnings for 1.8. 11 ani în urmă
test_sqlite.py 8dd8400f7e Updated an inaccurate comment. 12 ani în urmă
urls.py d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 ani în urmă