Ramiro Morales 7947c9e3a6 Deprecated undocumented warnings manipulation testing tools. hace 12 años
..
admin_changelist 8d35fd4c32 Use new TestCase methods for equality comparisons hace 12 años
admin_custom_urls cee40c7d79 Added further flexibility to ModelAdmin for controlling post-save redirections. hace 12 años
admin_filters 1ae64e96c1 Fixed a dependence on set-ordering in tests hace 12 años
admin_inlines e9c24bef74 Fix #19524 -- Incorrect caching of parents of unsaved model instances. hace 12 años
admin_ordering 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. hace 12 años
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. hace 13 años
admin_scripts b9c8bbf372 Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv hace 12 años
admin_util 8ce1e392fa Fixed error introduced when testing patch for 013db6ba85 hace 12 años
admin_validation d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
admin_views ee26797cff Fixed typos in docs and comments hace 12 años
admin_widgets ebb504db69 Moved has_changed logic from widget to form field hace 12 años
aggregation_regress 69597e5bcc Fixed #10790 -- Refactored sql.Query.setup_joins() hace 12 años
app_loading c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
backends 6605ac331a Fixed #17158 -- Used a non-ambiguous representation of SQL queries hace 12 años
bash_completion 396357741b [py3] Used compatible imports of StringIO. hace 12 años
bug639 c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
bug8245 9383a2761c Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. hace 13 años
builtin_server ee26797cff Fixed typos in docs and comments hace 12 años
bulk_create 0a0a0d66b3 Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs hace 12 años
cache 2ecf56ea3f Removed legacy ways of calling cache_page. hace 12 años
comment_tests ed711c4bd5 Fixed #19483 -- Improved import error message in contrib.comments hace 12 años
conditional_processing b3ee80a0cf Fixed parse_http_date docstring and moved related tests hace 12 años
context_processors d362c1546f Convert much of the regression tests to use absolute imports. There's still work to be done though. hace 13 años
createsuperuser 396357741b [py3] Used compatible imports of StringIO. hace 12 años
csrf_tests d774ad752d [py3] Made csrf context processor return Unicode hace 12 años
custom_columns_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
custom_managers_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
datatypes d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
dates d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
db_typecasts ee191715ea [py3] Fixed access to dict keys/values/items. hace 12 años
decorators 2ecf56ea3f Removed legacy ways of calling cache_page. hace 12 años
defaultfilters 161cafb6f6 another failing test case for square brackets. hace 12 años
defer_regress 163b471e9e Converted a couple of assertEquals -> assertEqual hace 12 años
delete_regress 64f6e0370a Made some tests behave nicer re connection handling hace 12 años
dispatch 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects hace 12 años
expressions_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering hace 12 años
extra_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering hace 12 años
file_storage 3aa4b8165d Fixed #19457 -- ImageField size detection failed for some files. hace 12 años
file_uploads 2a67374b51 Fixed #19036 -- Fixed base64 uploads decoding hace 12 años
fixtures_regress b9fc70141a Don't rely on dictionary ordering in tests hace 12 años
forms f7394d2c32 Added HTML5 url input type hace 12 años
generic_inline_admin f7394d2c32 Added HTML5 url input type hace 12 años
generic_relations_regress 3dcd435a0e Fixed #19500 -- Solved a regression in join reuse hace 12 años
generic_views 3895ebc734 Added file forgotten in 23e319d7. hace 12 años
get_or_create_regress 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. hace 13 años
handlers bacb097ac3 Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4. hace 12 años
http_utils 5e629a015e Added tests for conditional_content_removal. hace 12 años
httpwrappers f08e739bc2 Fixed #19585 -- Fixed loading cookie value as a dict hace 12 años
i18n 3f1a0c0040 Fixed #19160 -- Made lazy plural translations usable. hace 12 años
indexes c698c55966 Created special PostgreSQL text indexes when unique is True hace 12 años
initial_sql_regress 0cdfa76e68 Amended an SQL test fixture to not include an id value hace 12 años
inline_formsets 292322f977 [py3k] Silence many warnings while running the tests. hace 12 años
inspectdb c47fa3b481 Fixed #19676 -- Supported 'self' foreign keys in inspectdb. hace 12 años
introspection f46d7314b5 Fixed #19677 -- Introspection of recursive foreign keys under SQLite. hace 12 años
logging_tests c6e0dedbdb Fixed #19637 -- Ensured AdminEmailHandler fails silently hace 12 años
m2m_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering hace 12 años
m2m_through_regress 8d35fd4c32 Use new TestCase methods for equality comparisons hace 12 años
mail ffa50ca352 Fixed #19382 -- Stopped smtp backend raising exception when already closed hace 12 años
managers_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering hace 12 años
many_to_one_regress 55da775ce1 Fixed #17541 -- Fixed non-saved/nullable fk querying hace 12 años
max_lengths 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. hace 13 años
middleware 50a985b09b Fixed #19099 -- Split broken link emails out of common middleware. hace 12 años
middleware_exceptions 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. hace 13 años
model_fields c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
model_forms_regress c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
model_formsets_regress 0eeae15056 Fixed #19354 -- Do not assume usermodel.pk == usermodel.id hace 12 años
model_inheritance_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
model_inheritance_select_related d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
model_permalink 210fd7c658 refs #12836 - Added a test to assure permalink wraps method attributes hace 12 años
model_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering hace 12 años
modeladmin 292322f977 [py3k] Silence many warnings while running the tests. hace 12 años
multiple_database 4e5369a596 Silenced warnings in the tests of deprecated features. hace 12 años
nested_foreign_keys 01b9c3d519 Fixed #16715 -- Fixed join promotion logic for nested nullable FKs hace 12 años
null_fk d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
null_fk_ordering d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
null_queries d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
one_to_one_regress 3190abcd75 Fixed #18153 -- Reverse OneToOne lookups on unsaved instances. hace 12 años
pagination 7eba5fbc02 Fixed a couple of stale tests caused by patch for #19462 hace 12 años
queries 34ee7d9875 Updated deprecated test assertions hace 12 años
queryset_pickle a54a8bab0c Fixed #17776 - DoesNotExist is not picklable hace 12 años
requests 4a6490a4a0 Removed HttpRequest.raw_post_data. hace 12 años
resolve_url a78dd109e6 Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. hace 12 años
reverse_single_related 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. hace 13 años
select_related_onetoone 34ee7d9875 Updated deprecated test assertions hace 12 años
select_related_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
serializers_regress 8248d14029 Removed US localflavor-specific tests from core hace 12 años
servers c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
settings_tests d1c72d9e01 Removed django.core.management.setup_environ and execute_manager. hace 12 años
signals_regress f47af9df1d Cleaned up several test cases, to better isolate state. hace 12 años
signed_cookies_tests 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. hace 12 años
signing 28ea4d4b07 Fixed #18852 -- Restored backwards compatibility hace 12 años
sites_framework d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
special_headers 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. hace 13 años
staticfiles_tests c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
string_lookup d4a0b27838 [py3] Refactored __unicode__ to __str__. hace 12 años
swappable_models c04c03daa3 Fixed #19401 -- Ensure that swappable model references are case insensitive. hace 12 años
syndication 08d675a98f Fixed #7936 -- Added Last-Modified header to feeds hace 12 años
templates 34ee7d9875 Updated deprecated test assertions hace 12 años
test_client_regress c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
test_runner ce580dd8ea Fixed lockups in jenkins, refs #19546. hace 12 años
test_utils 7947c9e3a6 Deprecated undocumented warnings manipulation testing tools. hace 12 años
text 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. hace 12 años
transactions_regress 0eeae15056 Fixed #19354 -- Do not assume usermodel.pk == usermodel.id hace 12 años
urlpatterns_reverse c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths hace 12 años
utils 9a4a1ce323 Fixed #19708 -- Exception in timezone.override(None). hace 12 años
version 55416e235d Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3. hace 12 años
views 89cb771be7 Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. hace 12 años
wsgi 292322f977 [py3k] Silence many warnings while running the tests. hace 12 años
__init__.py a513fcb455 Added regressions tests to ensure that one-to-one and many-to-many fields hace 19 años