summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-09-27Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...Russell Keith-Magee
2010-09-27Migrated datetime_safe doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated tzinfo doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated datatypes doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated backends doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_validation doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_registration doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_ordering doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-27Migrated admin_inlines doctest. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-26Fixed #14271 -- Use absolute path for admin media tests. Thanks, Alex Gaynor.Jannis Leidel
2010-09-26Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...Jannis Leidel
2010-09-26Fixed #7535 -- Correctly set Content-Encoding header in static files serving ...Jannis Leidel
2010-09-26Migrated the custom_managers_regress doctests. Thanks to Paul McMillan.Russell Keith-Magee
2010-09-21Fixed #12019 - backwards compatibility issues with cache_page decorator.Luke Plant
2010-09-19Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee
2010-09-16Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...Ian Kelly
2010-09-13Fixed #14254 - More tests for storage backendsLuke Plant
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-13Fixed #12965 - unordered_list template filter fails when given a non-iterable...Luke Plant
2010-09-13Migrated proxy_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated reserved_names doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated reverse_lookup doctests. Thanks to Eric FlorenzanoRussell Keith-Magee
2010-09-13Migrated select_related doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated str doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated transactions doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated unmanaged_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated the update doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Migrated user_commands doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13Fix a couple of typos in test names and descriptions.Malcolm Tredinnick
2010-09-12Added a test for hidden SplitDateTime fields. Thanks, seveas.Malcolm Tredinnick
2010-09-12Fixed the get_or_create tests for postgreSQL, by usingMalcolm Tredinnick
2010-09-12Modified the egg template loader tests; firstly to ensure that we are testing...Russell Keith-Magee
2010-09-12Allow setting HttpResponse cookie expiry times with datetime objects.Malcolm Tredinnick
2010-09-12Migrated expressions doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated empty doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated m2m_multiple doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated m2m_intermediary doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate m2m_and_m2o doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate get_or_create doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated get_object_or_404 doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate get_latest doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the force_insert_update tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate the files doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated delete doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated defer doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated custom_pk doctests. Thanks to Alex Gaynor.Russell Keith-Magee