Russell Keith-Magee 542709d0d1 Fixed #10182 -- Corrected realiasing and the process of evaluating values() for queries with aggregate clauses. This means that aggregate queries can now be used as subqueries (such as in an __in clause). Thanks to omat for the report. 16 年之前
..
aggregation 542709d0d1 Fixed #10182 -- Corrected realiasing and the process of evaluating values() for queries with aggregate clauses. This means that aggregate queries can now be used as subqueries (such as in an __in clause). Thanks to omat for the report. 16 年之前
basic addd3df3bd Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton for the proposal and implementation on all built-in database backends.. 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 85ebb91846 Fixed #8669 -- Use a consistent version of create() across the board for 16 年之前
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 年之前
expressions cf37e4624a Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage. 16 年之前
field_defaults 1418da7ee4 Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling 16 年之前
field_subclassing c2ba59fc1d Removed oldforms, validators, and related code: 16 年之前
files 6332ad4804 Fixed #10044: You can now assign directly to file fields (`instance.filefield = somefile`). Thanks, Marty Alchin. 16 年之前
fixtures 089ab18c02 Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Yencken and Jeremy Dunck. 16 年之前
force_insert_update e94d293504 There are some variations in the printed names of exceptions between Oracle and 16 年之前
generic_relations 4bd24474c0 Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get_queryset. Thanks Zak Johnson for the report and akaihola for the patch. 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 85ebb91846 Fixed #8669 -- Use a consistent version of create() across the board for 16 年之前
invalid_models c2ba59fc1d Removed oldforms, validators, and related code: 16 年之前
lookup fddc0c589e Removed one test that is only intended for PostgreSQL from the visibility of 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 ecc55503f4 Fixed #10196: Restored setting of image file width and height fields lost in r9766, and added tests for this function. Thanks to vicvicvic for the ticket and patch and for Alex for reminding me not to break non-PIL-boxes with the new tests. 16 年之前
model_formsets 81ae2afdec Fixed 10075: Allowed saving of inline-edited models that use multi-table inheritance. 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 966f652464 Fixed #9615 -- Typo fix to testcase. Thanks jarrow. 16 年之前
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 e5cd43e588 Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal object when the model instance was not retrieved from the database. Thanks Justin Driscoll and pigletto. 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 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 年之前
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 年之前