Russell Keith-Magee cc4e4d9aee Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 16 years ago
..
aggregation cc4e4d9aee Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 16 years ago
basic 32b8c3e1c0 Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 16 years ago
choices 661f62be3c Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup handling was added to field choices (Ticket #4412). Thanks to Michael Elsdorfer (miracle2k) for the report and patch. 16 years ago
custom_columns ec2ee4fc62 Minor correction for [8325]. 16 years ago
custom_managers 212ee65be7 Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 17 years ago
custom_methods b3b71a0922 Fixed #7560 -- Moved a lot of the value conversion preparation for 16 years ago
custom_pk 85ebb91846 Fixed #8669 -- Use a consistent version of create() across the board for 16 years ago
delete 384a721e1c Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved documentation of these tests. 16 years ago
empty a72324bf7f Fixed #6068 -- Updated docstrings in model tests to make the documentation 17 years ago
field_defaults 1418da7ee4 Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling 16 years ago
field_subclassing c2ba59fc1d Removed oldforms, validators, and related code: 16 years ago
files c185135068 Be nice to buildbots: switched `modeltests/files` to use a proper isolated directory for file storage 16 years ago
fixtures 089ab18c02 Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Yencken and Jeremy Dunck. 16 years ago
force_insert_update e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 years ago
generic_relations 79d2ee3b6d Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's also now an internal API so that other "virtual fields" like GFK can be inherited as well. Thanks, msaelices. 16 years ago
get_latest 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
get_object_or_404 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
get_or_create 85ebb91846 Fixed #8669 -- Use a consistent version of create() across the board for 16 years ago
invalid_models c2ba59fc1d Removed oldforms, validators, and related code: 16 years ago
lookup fddc0c589e Removed one test that is only intended for PostgreSQL from the visibility of 16 years ago
m2m_and_m2o 212ee65be7 Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 17 years ago
m2m_intermediary 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
m2m_multiple 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
m2m_recursive 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
m2m_through b016ea0ace Removed trailing whitespace in a few files. 16 years ago
m2o_recursive 4ee22e480e Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` model example, thanks dgrant. 17 years ago
m2o_recursive2 212ee65be7 Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 17 years ago
many_to_many 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
many_to_one 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
many_to_one_null 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 years ago
model_forms 21fa517248 Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this case doesn't break again (and that the simplification didn't break anything). 16 years ago
model_formsets ca33f07e2c Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto primary key fields that are not the foreign key to the parent object. 16 years ago
model_inheritance c763f26173 Updated the tests. 16 years ago
mutually_referential c2ba59fc1d Removed oldforms, validators, and related code: 16 years ago
one_to_one e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 years ago
or_lookups 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
order_with_respect_to 966f652464 Fixed #9615 -- Typo fix to testcase. Thanks jarrow. 16 years ago
ordering f55b834c2f Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan Sagalaev for the patch and initial test. 16 years ago
pagination 351a3ca154 Removed several deprecated features for 1.0 (refs #7830): 16 years ago
properties 212ee65be7 Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 17 years ago
reserved_names 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 years ago
reverse_lookup 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 years ago
save_delete_hooks 65c0846c45 Updated a few save() methods on models to accept force_insert and force_update 16 years ago
select_related 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 years ago
serializers 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
signals 0a6314f249 Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug. 16 years ago
str 212ee65be7 Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 17 years ago
test_client b76d7c1dec Added a 'permanent' argument the simple.redirect_to() generic view. It's True by default, to match existing behavior. If set to False, the redirect will be a 302 instead of a 301. This is technically backwards-incompatible if you were using the redirect_to generic view with a format-string key called 'permanent', which is highly, highly unlikely. 16 years ago
transactions c681f4070c Removed the mysql_old backend. It smells bad and has no friends. 16 years ago
update c763f26173 Updated the tests. 16 years ago
user_commands 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 years ago
__init__.py f69cf70ed8 MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 19 years ago