This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
1101739668
django
/
tests
/
regressiontests
History
…
..
admin_changelist
…
admin_custom_urls
…
admin_filters
…
admin_inlines
Enabled the existing admin Selenium tests to be run with Internet Explorer. Note that some tweaks had to be made, in particular as IE7 has limited capabilities regarding CSS selectors.
2012-03-05 08:13:09 +00:00
admin_ordering
…
admin_registration
…
admin_scripts
Fixed test cases that generate their own settings file.
2012-03-02 03:42:20 +00:00
admin_util
…
admin_validation
…
admin_views
Removed executable bits from some files that don't need them.
2012-03-09 12:13:31 +00:00
admin_widgets
…
aggregation_regress
…
app_loading
…
backends
…
bash_completion
…
bug639
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
bug8245
…
builtin_server
…
bulk_create
…
cache
…
comment_tests
…
conditional_processing
…
context_processors
…
createsuperuser
…
csrf_tests
…
custom_columns_regress
…
custom_managers_regress
…
datatypes
…
dates
…
db_typecasts
…
decorators
Fixed
#15840
-- Wrapped inner function of the condition decorator with functools.wraps to follow best practices. Thanks, zsiciarz.
2012-02-09 18:57:06 +00:00
defaultfilters
…
defer_regress
…
delete_regress
…
dispatch
…
expressions_regress
…
extra_regress
…
file_storage
…
file_uploads
…
fixtures_regress
…
forms
Fixed
#17542
-- Gracefully handle errors when checking if the values of a SelectDateWidget has changed if it's not required. Thanks, pigletto.
2012-02-04 16:05:58 +00:00
generic_inline_admin
…
generic_relations_regress
…
generic_views
…
get_or_create_regress
…
handlers
…
httpwrappers
…
i18n
…
initial_sql_regress
…
inline_formsets
…
inspectdb
…
introspection
Fixed a typo in r17638.
2012-03-03 17:41:32 +00:00
locale/de
/LC_MESSAGES
…
localflavor
…
logging_tests
…
m2m_regress
…
m2m_through_regress
…
mail
…
managers_regress
…
many_to_one_regress
…
max_lengths
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
middleware
…
middleware_exceptions
…
model_fields
…
model_forms_regress
…
model_formsets_regress
…
model_inheritance_regress
…
model_inheritance_select_related
…
model_permalink
…
model_regress
…
modeladmin
…
multiple_database
Fixed various dodgy behaviours
2011-12-17 17:37:24 +00:00
null_fk
…
null_fk_ordering
…
null_queries
…
one_to_one_regress
…
pagination_regress
…
queries
…
queryset_pickle
…
requests
Fixed
#17931
-- Accepted aware datetimes to set cookies expiry dates. Thanks jaddison for the report.
2012-03-18 20:58:22 +00:00
reverse_single_related
…
select_related_onetoone
…
select_related_regress
…
serializers_regress
…
servers
…
settings_tests
…
signals_regress
…
signed_cookies_tests
…
signing
…
sites_framework
…
special_headers
…
staticfiles_tests
Ensured that some staticfiles tests get properly cleaned up on teardown. Thanks to Claude Paroz for the patch.
2012-03-16 00:29:11 +00:00
string_lookup
…
syndication
…
templates
…
test_client_regress
…
test_runner
…
test_utils
…
text
…
transactions_regress
…
urlpatterns_reverse
Fixed
#17492
-- Allow reversal of named backreferences. Thanks nate_b
2012-01-03 22:49:13 +00:00
utils
Use Python's changed comparisons, which makes this a bit more readable.
2012-02-16 01:10:21 +00:00
version
…
views
…
wsgi
…
__init__.py
…