Brian Rosner c1de41f4d2 Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent with the form/formset factories. Refs #8071 to make it easier to get at exclude. Thanks julien for the patch. 16 роки тому
..
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 роки тому
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 роки тому
custom_columns ec2ee4fc62 Minor correction for [8325]. 16 роки тому
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 роки тому
custom_methods b3b71a0922 Fixed #7560 -- Moved a lot of the value conversion preparation for 16 роки тому
custom_pk bc1f67a6de Replaced dict reprs in tests with explicit looks at each key. This should fix many spurious test failures on other VMs (first noticed on Jython). 17 роки тому
delete 384a721e1c Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved documentation of these tests. 16 роки тому
empty a72324bf7f Fixed #6068 -- Updated docstrings in model tests to make the documentation 17 роки тому
field_defaults 29d2160213 Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as 16 роки тому
field_subclassing c2ba59fc1d Removed oldforms, validators, and related code: 16 роки тому
files 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
fixtures 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
force_insert_update e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 роки тому
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 роки тому
get_latest 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
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 роки тому
get_or_create e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 роки тому
invalid_models c2ba59fc1d Removed oldforms, validators, and related code: 16 роки тому
lookup 32d5c39016 Fixed #6523 -- Use the correct cast on field types for PostgreSQL when 16 роки тому
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 роки тому
m2m_intermediary 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
m2m_multiple 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
m2m_recursive 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
m2m_through b016ea0ace Removed trailing whitespace in a few files. 16 роки тому
m2o_recursive 4ee22e480e Fixed #6365 -- Added `blank=True` to parent attribute of `m2o_recursive` model example, thanks dgrant. 17 роки тому
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 роки тому
many_to_many 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
many_to_one 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
many_to_one_null 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 роки тому
model_forms 98e1cc92f4 Fixed #8795: unique_together validation no longer fails on model forms that exclude fields included in the check. Thanks, Alex Gaynor. 16 роки тому
model_formsets c1de41f4d2 Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent with the form/formset factories. Refs #8071 to make it easier to get at exclude. Thanks julien for the patch. 16 роки тому
model_inheritance c763f26173 Updated the tests. 16 роки тому
mutually_referential c2ba59fc1d Removed oldforms, validators, and related code: 16 роки тому
one_to_one e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 роки тому
or_lookups 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
order_with_respect_to 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 роки тому
ordering f55b834c2f Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan Sagalaev for the patch and initial test. 16 роки тому
pagination 351a3ca154 Removed several deprecated features for 1.0 (refs #7830): 16 роки тому
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 роки тому
reserved_names 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 роки тому
reverse_lookup 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 роки тому
save_delete_hooks 65c0846c45 Updated a few save() methods on models to accept force_insert and force_update 16 роки тому
select_related 9c52d56f6f Merged the queryset-refactor branch into trunk. 17 роки тому
serializers 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
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 роки тому
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 роки тому
test_client 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
transactions c681f4070c Removed the mysql_old backend. It smells bad and has no friends. 16 роки тому
update c763f26173 Updated the tests. 16 роки тому
user_commands 1697f4e49f Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets. 16 роки тому
__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 роки тому