summaryrefslogtreecommitdiff
path: root/tests/modeltests
Commit message (Expand)AuthorAgeFilesLines
* [1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...Russell Keith-Magee2009-09-161-0/+10
* Fix the expressions modeltest to work on Pythons earlier than 2.5.Karen Tracey2009-08-091-1/+1
* Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee2009-07-241-0/+39
* Fixed #11392 -- Enforced a predictable result order for a couple of test case...Russell Keith-Magee2009-06-291-0/+3
* Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...Russell Keith-Magee2009-06-151-5/+8
* Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...Russell Keith-Magee2009-06-082-0/+23
* Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...Russell Keith-Magee2009-06-081-1/+28
* Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...Russell Keith-Magee2009-06-082-0/+81
* Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Russell Keith-Magee2009-06-061-1/+91
* Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr2009-05-281-9/+12
* Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss2009-05-201-0/+28
* Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...Russell Keith-Magee2009-05-191-0/+9
* Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee2009-05-191-2/+14
* Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey2009-05-171-1/+1
* Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...Jacob Kaplan-Moss2009-05-111-2/+140
* Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss2009-05-111-2/+5
* Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss2009-05-081-1/+1
* Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss2009-05-071-3/+3
* Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...Jacob Kaplan-Moss2009-05-071-2/+2
* Fixed #9493 -- Corrected error handling of formsets that violate unique const...Russell Keith-Magee2009-05-071-4/+144
* Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee2009-05-021-0/+24
* Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...Russell Keith-Magee2009-04-301-0/+41
* Fixed #10799: fixed the use of list_editable with model inheritance and custo...Jacob Kaplan-Moss2009-04-181-0/+9
* Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee2009-04-131-0/+68
* Fixed #10738 -- Fixed content type values for deferred and proxy models.Malcolm Tredinnick2009-04-111-0/+7
* Fixed the tests from #10455 so that they are set up correctly.Malcolm Tredinnick2009-04-111-4/+18
* Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss2009-04-091-0/+2
* Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss2009-04-092-0/+43
* Fixed the test case from [10399] to be more robust against the order in which...Jacob Kaplan-Moss2009-04-051-9/+16
* Fixed #10080: `call_command` now takes option defaults into account, sparing ...Jacob Kaplan-Moss2009-04-052-3/+11
* Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss2009-04-051-0/+11
* Replace test use of assertTrue with failUnless. No matter how many times we ...Karen Tracey2009-04-041-1/+1
* Fixed some silly assumptions about pk's that broke the test suite under postg...Joseph Kocherhans2009-04-011-1/+1
* Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans2009-03-311-0/+70
* Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss2009-03-301-0/+4
* Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr2009-03-301-1/+0
* Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans2009-03-301-1/+6
* Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss2009-03-302-0/+13
* Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss2009-03-301-0/+2
* Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans2009-03-301-16/+89
* Added a test for defer() / only() to make sure saving continues to work.Malcolm Tredinnick2009-03-191-0/+13
* Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick2009-03-192-0/+89
* Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick2009-03-182-0/+176
* Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...Russell Keith-Magee2009-03-171-0/+13
* Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee2009-03-151-11/+34
* Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee2009-03-121-42/+28
* Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee2009-03-101-0/+5
* Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick2009-03-092-0/+119
* Fixed #5610 -- Added the ability for dumpdata to take individual model names,...Russell Keith-Magee2009-02-282-8/+67
* Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee2009-02-271-3/+9