summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-12Documented how to manually piece together URLs with get_script_name().Malcolm Tredinnick
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...Jannis Leidel
2010-09-12Debug 404 page now displays names of URL patterns, if they exist.Malcolm Tredinnick
2010-09-12Always pass models in post_syncdb signals as a set (not as a listMalcolm Tredinnick
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-09-12Migrated the custom_columns doctests to unit tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12More cleanups for the manifest file.Russell Keith-Magee
2010-09-12Fixed #14060 -- PostGIS never implemented the `~=` operator for geography typ...Justin Bronn
2010-09-12Fixed regression in running the GeoDjango test suite after r13670 with additi...Justin Bronn
2010-09-11Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ...Justin Bronn
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-11Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex Gaynor.Justin Bronn
2010-09-11Display a repr-like result for safe-string local variables on the debug page.Malcolm Tredinnick
2010-09-11Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11Fixed #11905: Raise an error on model form creation if a non-existent field w...Karen Tracey
2010-09-11Better error message for calling get_next_by_* on unsaved models.Malcolm Tredinnick
2010-09-11Adjust AdminDocTests to run after r13728. Also match comments to tests and ad...Karen Tracey
2010-09-10Fixed a test so that it actually tests what it's supposed to test.Luke Plant