summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-09-01Fixed #7512 -- Fixed an oversight when I first fixed ordering on nullableMalcolm Tredinnick
2008-09-01Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fieldsMalcolm Tredinnick
2008-08-31Fixed #8726 -- When doing reverse URL resolving, make sure we're consistentlyMalcolm Tredinnick
2008-08-31Enforce max_num=1 on inline model formsets that have a unique foreign key to ...Brian Rosner
2008-08-31Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...Jacob Kaplan-Moss
2008-08-31Added a `TypedChoiceField` which acts just like `ChoiceField`, except that itJacob Kaplan-Moss
2008-08-31Fixed #7027: template tags now corectly break tokens around strings marked fo...Jacob Kaplan-Moss
2008-08-31Added a couple of extra tests to ensure url tag robustness. These are anMalcolm Tredinnick
2008-08-31Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick
2008-08-31Fixed #5216 -- Fixed a case of a string not being a unicode string.Malcolm Tredinnick
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-30Fixed #8716: correctly handle name and email in comments from authenticated u...Jacob Kaplan-Moss
2008-08-30Fixed #8622: accessing POST after a POST handling exception no longer throws ...Jacob Kaplan-Moss
2008-08-30Fixed #8710: removed a few stray tabs. Thanks, gkelly.Jacob Kaplan-Moss
2008-08-30Removed the need for ROOT_URLCONF in settings when running Django's core testsMalcolm Tredinnick
2008-08-30[8721] introduced some internal field names. We hide them from the list ofMalcolm Tredinnick
2008-08-29Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, vung.Malcolm Tredinnick
2008-08-29Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.Malcolm Tredinnick
2008-08-29Merge branch 'url-tag-asvar'Jacob Kaplan-Moss
2008-08-29Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner
2008-08-29Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.Jacob Kaplan-Moss
2008-08-29Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...Brian Rosner
2008-08-29Fixed #8668: prevent MySQL from running the new test from [8676].Jacob Kaplan-Moss
2008-08-29Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.Jacob Kaplan-Moss
2008-08-29Fixed #8101 -- Allow the strings '1' and '0' as filter values for booleanMalcolm Tredinnick
2008-08-28Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
2008-08-28Fixed #8651: correctly deserialize objects with 0 for pk/fk.Jacob Kaplan-Moss
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss
2008-08-28Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...Jacob Kaplan-Moss
2008-08-28Fixed #8597 -- Allow the use of strings containing underscores and percentageMalcolm Tredinnick
2008-08-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm Tredinnick
2008-08-27Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch...Jacob Kaplan-Moss
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8534: getting the size of a file no longer opens it (at least for the ...Jacob Kaplan-Moss
2008-08-27Fixed #8175: don't open files we're about to close. This was a pesky bug to t...Jacob Kaplan-Moss
2008-08-27FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ...Jacob Kaplan-Moss
2008-08-27Added a test to ensure that strings in RSS are properly escaped. Refs #6533.Jacob Kaplan-Moss
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Added a test from kcarnold to show that #7498 is fixed. Refs #7498.Malcolm Tredinnick
2008-08-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...Malcolm Tredinnick
2008-08-26Tweaked the admin validation code to make things a bit easier to read. TracingMalcolm Tredinnick
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-08-26Updated comment tests to hook up URLs in the correct manner. This fixes a bun...Jacob Kaplan-Moss
2008-08-26Cleaned up some tests I broke as a result of the escapejs changes in [8577].Malcolm Tredinnick
2008-08-26Fixed #8036 -- Fixed a case when attempting to traverse non-existent relatedMalcolm Tredinnick
2008-08-26Updated comment signals to provide enough information to actually act on. Thi...Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-26Fixed #7177 -- Added extra robustness to the escapejs filter so that allMalcolm Tredinnick