index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
Age
Commit message (
Expand
)
Author
2008-09-03
Fixed #8669 -- Use a consistent version of create() across the board for
Malcolm Tredinnick
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-09-02
Fixed #8795: unique_together validation no longer fails on model forms that e...
Jacob Kaplan-Moss
2008-09-02
Fixed #8196 -- Make the model_form tests also pass if you don't have PIL
Malcolm Tredinnick
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-09-01
Fixed #8763: added an explicit ordering to the generic_relations test so that...
Jacob Kaplan-Moss
2008-09-01
Repaired an oversight from [8772] that let made certain types of fields with ...
Jacob Kaplan-Moss
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-09-01
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...
Russell Keith-Magee
2008-08-31
Enforce max_num=1 on inline model formsets that have a unique foreign key to ...
Brian Rosner
2008-08-31
Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...
Jacob Kaplan-Moss
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...
Brian Rosner
2008-08-28
Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...
Jacob Kaplan-Moss
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-28
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed #5937 -- When filtering on generic relations, restrict the target objec...
Malcolm Tredinnick
2008-08-26
Removed trailing whitespace in a few files.
Gary Wilson Jr
2008-08-25
Fixed #8542 -- Made the model_formstests tests from [8528] a little less
Malcolm Tredinnick
2008-08-25
Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...
Jacob Kaplan-Moss
2008-08-25
Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as
Malcolm Tredinnick
2008-08-25
Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...
Brian Rosner
2008-08-23
Fixed #7042 -- The management validation command nows alerts users to the
Malcolm Tredinnick
2008-08-23
Fixed #8040 -- SlugField now returns a proper formfield to deal with validati...
Brian Rosner
2008-08-22
Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...
Brian Rosner
2008-08-20
There are some variations in the printed names of exceptions between Oracle and
Malcolm Tredinnick
2008-08-19
Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...
Russell Keith-Magee
2008-08-15
Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...
Gary Wilson Jr
2008-08-14
Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...
Gary Wilson Jr
2008-08-12
Minor correction for [8325].
Gary Wilson Jr
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-08-12
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-08-10
Fixed #4667 -- Added support for inline generic relations in the admin. Thank...
Brian Rosner
2008-08-09
Updated the tests.
Malcolm Tredinnick
2008-08-09
Added the ability to force an SQL insert (or force an update) via a model's
Malcolm Tredinnick
2008-08-09
Fixed #8187: made PIL imports consistant. Thanks, bastih.
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-08-08
Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
Malcolm Tredinnick
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-08-02
Removed several deprecated features for 1.0 (refs #7830):
Gary Wilson Jr
2008-08-01
Fixed #8070 -- Cache related objects passed to Model init as keyword argument...
Gary Wilson Jr
2008-08-01
Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...
Brian Rosner
2008-08-01
Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...
Brian Rosner
2008-08-01
Fixed #2175: Added tests for models with multiple GenericForeignKeys
Luke Plant
2008-08-01
Fixed #8059 -- Added additional clarification to the ordering of Memberships ...
Russell Keith-Magee
[next]