Simon Charette 5449240c54 Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item. 12 years ago
..
admin_changelist 8d35fd4c32 Use new TestCase methods for equality comparisons 12 years ago
admin_custom_urls ec469ade2b Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 12 years ago
admin_filters 1ae64e96c1 Fixed a dependence on set-ordering in tests 12 years ago
admin_inlines e9c24bef74 Fix #19524 -- Incorrect caching of parents of unsaved model instances. 12 years ago
admin_ordering 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 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 b9c8bbf372 Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv 12 years ago
admin_util 8ce1e392fa Fixed error introduced when testing patch for 013db6ba85 12 years ago
admin_validation 0694d2196f Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden. 12 years ago
admin_views ee26797cff Fixed typos in docs and comments 12 years ago
admin_widgets ebb504db69 Moved has_changed logic from widget to form field 12 years ago
aggregation_regress 69597e5bcc Fixed #10790 -- Refactored sql.Query.setup_joins() 12 years ago
app_loading c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 years ago
backends 6605ac331a Fixed #17158 -- Used a non-ambiguous representation of SQL queries 12 years ago
bash_completion 396357741b [py3] Used compatible imports of StringIO. 12 years ago
bug639 c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 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 ee26797cff Fixed typos in docs and comments 12 years ago
bulk_create 0a0a0d66b3 Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs 12 years ago
cache 2ecf56ea3f Removed legacy ways of calling cache_page. 12 years ago
comment_tests ed711c4bd5 Fixed #19483 -- Improved import error message in contrib.comments 12 years ago
conditional_processing b3ee80a0cf Fixed parse_http_date docstring and moved related tests 12 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 396357741b [py3] Used compatible imports of StringIO. 12 years ago
csrf_tests d774ad752d [py3] Made csrf context processor return Unicode 12 years ago
custom_columns_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
custom_managers_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
datatypes d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
dates d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
db_typecasts ee191715ea [py3] Fixed access to dict keys/values/items. 12 years ago
decorators 2ecf56ea3f Removed legacy ways of calling cache_page. 12 years ago
defaultfilters 161cafb6f6 another failing test case for square brackets. 12 years ago
defer_regress 163b471e9e Converted a couple of assertEquals -> assertEqual 12 years ago
delete_regress 64f6e0370a Made some tests behave nicer re connection handling 12 years ago
dispatch 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects 12 years ago
expressions_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 12 years ago
extra_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 12 years ago
file_storage 40260bc30b Fixed error message test assertions under Python 3.3 12 years ago
file_uploads 2a67374b51 Fixed #19036 -- Fixed base64 uploads decoding 12 years ago
fixtures_regress b9fc70141a Don't rely on dictionary ordering in tests 12 years ago
forms f7394d2c32 Added HTML5 url input type 12 years ago
generic_inline_admin f7394d2c32 Added HTML5 url input type 12 years ago
generic_relations_regress db5049c9f7 Fixed the test introduced in 2ca37af6 under Python 3. 12 years ago
generic_views 3895ebc734 Added file forgotten in 23e319d7. 12 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 bacb097ac3 Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4. 12 years ago
http_utils 5e629a015e Added tests for conditional_content_removal. 12 years ago
httpwrappers f08e739bc2 Fixed #19585 -- Fixed loading cookie value as a dict 12 years ago
i18n 869c9ba306 Fixed #19730 -- Don't validate importability of settings by using i18n in management commands. 12 years ago
indexes c698c55966 Created special PostgreSQL text indexes when unique is True 12 years ago
initial_sql_regress 0cdfa76e68 Amended an SQL test fixture to not include an id value 12 years ago
inline_formsets 292322f977 [py3k] Silence many warnings while running the tests. 12 years ago
inspectdb 08dc90bccf Fixed #14305 -- Switched inspectdb to create unmanaged models. 12 years ago
introspection f46d7314b5 Fixed #19677 -- Introspection of recursive foreign keys under SQLite. 12 years ago
logging_tests c6e0dedbdb Fixed #19637 -- Ensured AdminEmailHandler fails silently 12 years ago
m2m_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 12 years ago
m2m_through_regress 8d35fd4c32 Use new TestCase methods for equality comparisons 12 years ago
mail ffa50ca352 Fixed #19382 -- Stopped smtp backend raising exception when already closed 12 years ago
managers_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 12 years ago
many_to_one_regress 55da775ce1 Fixed #17541 -- Fixed non-saved/nullable fk querying 12 years ago
max_lengths 8c0eefd066 Convert the remainder of the relative imports in the tests to be absolute imports. 13 years ago
middleware f556df90be Fixed #19645 -- Added tests for TransactionMiddleware 12 years ago
middleware_exceptions 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 years ago
model_fields c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 years ago
model_forms_regress c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 years ago
model_formsets_regress a097ee32d8 Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets. 12 years ago
model_inheritance_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
model_inheritance_select_related d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
model_permalink 210fd7c658 refs #12836 - Added a test to assure permalink wraps method attributes 12 years ago
model_regress 088d3bc2f8 Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 12 years ago
modeladmin 292322f977 [py3k] Silence many warnings while running the tests. 12 years ago
multiple_database 4e5369a596 Silenced warnings in the tests of deprecated features. 12 years ago
nested_foreign_keys 01b9c3d519 Fixed #16715 -- Fixed join promotion logic for nested nullable FKs 12 years ago
null_fk d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
null_fk_ordering d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
null_queries d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
one_to_one_regress 3190abcd75 Fixed #18153 -- Reverse OneToOne lookups on unsaved instances. 12 years ago
pagination 7eba5fbc02 Fixed a couple of stale tests caused by patch for #19462 12 years ago
queries 34ee7d9875 Updated deprecated test assertions 12 years ago
queryset_pickle a54a8bab0c Fixed #17776 - DoesNotExist is not picklable 12 years ago
requests 4a6490a4a0 Removed HttpRequest.raw_post_data. 12 years ago
resolve_url a78dd109e6 Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 12 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 34ee7d9875 Updated deprecated test assertions 12 years ago
select_related_regress d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
serializers_regress 8248d14029 Removed US localflavor-specific tests from core 12 years ago
servers c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 years ago
settings_tests d1c72d9e01 Removed django.core.management.setup_environ and execute_manager. 12 years ago
signals_regress f47af9df1d Cleaned up several test cases, to better isolate state. 12 years ago
signed_cookies_tests 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 13 years ago
signing 28ea4d4b07 Fixed #18852 -- Restored backwards compatibility 12 years ago
sites_framework d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
special_headers 8fad77da95 Ensured tests pass using custom PASSWORD_HASHERS. 13 years ago
staticfiles_tests 393c268e72 Fixed #19715 -- Simplified findstatic output when verbosity set to 0 12 years ago
string_lookup d4a0b27838 [py3] Refactored __unicode__ to __str__. 12 years ago
swappable_models c04c03daa3 Fixed #19401 -- Ensure that swappable model references are case insensitive. 12 years ago
syndication 5449240c54 Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item. 12 years ago
templates 34ee7d9875 Updated deprecated test assertions 12 years ago
test_client_regress bc7a219b1e Fixed Python 3.2 compatibility for a test. 12 years ago
test_runner ce580dd8ea Fixed lockups in jenkins, refs #19546. 12 years ago
test_utils 7947c9e3a6 Deprecated undocumented warnings manipulation testing tools. 12 years ago
text 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 13 years ago
transactions_regress 0eeae15056 Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 12 years ago
urlpatterns_reverse c91667338a Fixed #19357 -- Allow non-ASCII chars in filesystem paths 12 years ago
utils 7c5b244826 Fixed #17061 -- Factored out importing object from a dotted path 12 years ago
version 55416e235d Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3. 12 years ago
views 89cb771be7 Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 12 years ago
wsgi 7c5b244826 Fixed #17061 -- Factored out importing object from a dotted path 12 years ago
__init__.py a513fcb455 Added regressions tests to ensure that one-to-one and many-to-many fields 19 years ago