summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Fixed a geographic sitemaps regression introduced in r13876.Justin Bronn
2010-09-26Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer.Jannis Leidel
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 #14122 -- Added example for builtin yesno template filter. Thanks, idah...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-14Fixed paste-o in [13855]Luke Plant
2010-09-14Fixed #2283 (again) - comment form templates don't validate as XHTMLLuke Plant
2010-09-13Fixed #14254 - More tests for storage backendsLuke Plant
2010-09-13Fixed #14252 - django.contrib.flatpages unit tests assume default value for s...Luke Plant
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-13Fixed #13623 - code in intro-tutorial03 missing an import statementLuke Plant
2010-09-13Fixed #12965 - unordered_list template filter fails when given a non-iterable...Luke Plant
2010-09-13Fixed #11594 - Inaccurate docstring for WhereNode.add()Luke Plant
2010-09-13Fixed #12918 - Tutorial page 2 issuesLuke 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-13Documented the permitted syntax for template variable names.Malcolm Tredinnick
2010-09-13Fix a couple of typos in test names and descriptions.Malcolm Tredinnick
2010-09-13The optimization docs were a little too enthusiastic in recommendingMalcolm Tredinnick
2010-09-13Changed the way we create class names for deferred field models to avoidMalcolm Tredinnick
2010-09-12Permit custom from-email address in auth forms email.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-12Add intro-user-level documentation about calling model methods from views.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