summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [1.0.X] Fixed #11546 -- Modified the mail regression test to avoid getting hu...Russell Keith-Magee2009-07-251-4/+3
* Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly2009-07-211-0/+14
* [1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2...Russell Keith-Magee2009-07-112-0/+44
* [1.0.X] Fixed #10834 -- Added bucket condition to ensure that URL resolvers w...Russell Keith-Magee2009-06-291-1/+17
* [1.0.X] Fixed #11392 -- Enforced a predictable result order for a couple of t...Russell Keith-Magee2009-06-293-2/+8
* [1.0.X] Fixed #11270 -- Modified cache template tag to prevent the creation o...Russell Keith-Magee2009-06-181-0/+3
* [1.0.X] Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks...Russell Keith-Magee2009-06-181-1/+1
* [1.0.X] Fixed #9023 -- Corrected a problem where cached attribute values woul...Russell Keith-Magee2009-06-151-0/+22
* [1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caus...Russell Keith-Magee2009-06-152-5/+22
* [1.0.X] Fixed #9367 - EmailMultiAlternatives does not properly handle attachm...Luke Plant2009-06-121-1/+45
* [1.0.X] Fixed #10785 -- Corrected a case for foreign key lookup where the rel...Russell Keith-Magee2009-06-082-0/+81
* [1.0.X] Fixed #9479 -- Corrected an edge case in bulk queryset deletion that ...Russell Keith-Magee2009-06-032-0/+54
* [1.0.X] Fixed a few Python 2.3 incompatibilities that were causing test failu...Gary Wilson Jr2009-05-291-6/+6
* [1.0.X] Fixed #11134: signals recievers that disconnect during their processi...Jacob Kaplan-Moss2009-05-201-0/+28
* [1.0.X] Modified a test from r10787 so that the comparison order is reliable....Russell Keith-Magee2009-05-201-1/+1
* [1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...Russell Keith-Magee2009-05-191-2/+14
* [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey2009-05-172-2/+2
* [1.0.X] Fixed import statement in admin_views test to work with Python 2.3. Matt Boersma2009-05-151-14/+13
* [1.0.X] Fixed #11120 -- Corrected handling of inlines attached to inherited c...Russell Keith-Magee2009-05-152-7/+135
* [1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...Jacob Kaplan-Moss2009-05-143-0/+33
* [1.0.X] Fixed #10992: fixed a bug saving inlines with custom primary key fiel...Jacob Kaplan-Moss2009-05-141-63/+63
* [1.0.X] Fixed #10687: fixed request parsing when upload_handlers is empty. Th...Jacob Kaplan-Moss2009-05-131-0/+12
* [1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...Jacob Kaplan-Moss2009-05-133-1/+71
* [1.0.X] Fixed #10243, #11043 -- Corrected handling of formsets over a Foreign...Russell Keith-Magee2009-05-133-0/+33
* [1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...Russell Keith-Magee2009-05-131-2/+9
* [1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty...Russell Keith-Magee2009-05-111-0/+26
* [1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...Russell Keith-Magee2009-05-092-1/+284
* [1.0.X] Fixed test suite on Oracle that was broken by using keyword "date" as...Matt Boersma2009-05-082-7/+5
* [1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...Russell Keith-Magee2009-05-081-1/+4
* [1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...Russell Keith-Magee2009-05-083-0/+142
* [1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...Russell Keith-Magee2009-05-081-14/+153
* Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!Jacob Kaplan-Moss2009-05-081-11/+0
* Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss2009-05-081-0/+11
* [1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...Jacob Kaplan-Moss2009-05-081-90/+136
* [1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...Gary Wilson Jr2009-05-081-4/+43
* [1.0.X] Make sure that all uses of max_length in the test suite use values sm...Jacob Kaplan-Moss2009-05-073-9/+9
* [1.0.X] Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks,...Jacob Kaplan-Moss2009-05-073-0/+51
* [1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...Russell Keith-Magee2009-05-051-2/+22
* [1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...Russell Keith-Magee2009-05-031-4/+22
* [1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...Russell Keith-Magee2009-05-032-0/+51
* Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee2009-05-021-0/+22
* [1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee2009-05-024-11/+118
* [1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...Russell Keith-Magee2009-04-301-6/+47
* [1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee2009-04-281-0/+12
* [1.0.X] Fixed the tests from [9438] to work consistantly across databases. In...Jacob Kaplan-Moss2009-04-221-19/+20
* [1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...Jacob Kaplan-Moss2009-04-221-1/+46
* [1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...Karen Tracey2009-04-212-39/+58
* [1.0.X] Added a test from Jamie Gennis to ensure #9848 doesn't reappear.Karen Tracey2009-04-211-0/+17
* [1.0.X] Fixed #10002: inline file uploads now correctly display prior data. T...Jacob Kaplan-Moss2009-04-182-2/+74
* [1.0.X] Fixed #9122: generic inline formsets now respect exclude and max_num....Jacob Kaplan-Moss2009-04-182-3/+106