1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests
..
admin_ordering
admin_registration
admin_scripts
admin_validation
admin_views
admin_widgets
auth_backends
backends Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details. 2008-08-11 12:11:25 +00:00
bug639
cache
comment_tests
context_processors
datastructures
datatypes
dateformat Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on 2007-11-29 19:39:46 +00:00
datetime_safe
db_typecasts
decorators
defaultfilters
dispatch
extra_regress
file_storage
file_uploads
fixtures_regress
forms
get_or_create_regress
httpwrappers
humanize
i18n
initial_sql_regress
inline_formsets
m2m_regress
m2m_through_regress
mail
managers_regress
many_to_one_regress
max_lengths
middleware
model_fields
model_forms_regress
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries
requests
reverse_single_related Fixed #7904: added support for a "use_for_related_fields" property on managers. If True, the manager will be used for related object lookups instead of the "bare" QuerySet introduced bu [8107]. Patch from Justin Bronn. 2008-08-05 16:13:28 +00:00
select_related_regress
serializers_regress
string_lookup
syndication
templates
test_client_regress
test_utils
text
urlpatterns_reverse
utils
views
__init__.py