summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
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-12Fixed the get_or_create tests for postgreSQL, by usingMalcolm 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
2010-09-12Migrated custom_methods doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the custom_managers tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Fixed #9015 -- added a signal decorator for simplifying signal connectionsBrian Rosner
2010-09-12Migrated the custom_columns doctests to unit tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-10Converted doctest to unittest. Patch by Alex Gaynor.Jannis Leidel
2010-09-10Pass commit=False to loaddata in tests, which will keep the DB connection ope...Karen Tracey
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-08-23Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to...Russell Keith-Magee
2010-08-20Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...Russell Keith-Magee
2010-08-17Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...Russell Keith-Magee
2010-08-06Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in stylingLuke Plant
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-06-07Fixed #13657: Moved global declaration before assignments to avoid a syntax w...Karen Tracey
2010-06-05Corrected pre-Python 2.6 syntax incompatibility from r13319. Thanks to Karen ...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-05-28Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-21Fixed the model_forms doctests to not depend on writer PKs, which are db-depe...Karen Tracey
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-15Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee
2010-04-06Fixed test failure that was occurring since r12908Luke Plant
2010-04-03Fixed #12247 -- Corrected the way update queries are processed when the updat...Russell Keith-Magee
2010-04-01Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...Russell Keith-Magee
2010-03-31Restored pre-r10062 behavior allowing None from formfield_callback to exclude...Brian Rosner
2010-03-30Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...Russell Keith-Magee