summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen
2012-04-29Merge pull request #22 from aviraldg/test_17967Alex Gaynor
2012-04-29Fixed some style issues in previous commit.Aviral Dasgupta
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-04-29Simplified QuerySet field.null handlingAnssi Kääriäinen
2012-04-29Fixed #17976 -- Made forms.BooleanField pickleable.Aymeric Augustin
2012-04-29Added regression test for #17967.Aviral Dasgupta
2012-04-29Fixed #18224 -- Changed the dev version number.Aymeric Augustin
2012-04-29Fixed #13196 -- Formatting in admin changelists.Aymeric Augustin
2012-04-29Made table_names() output sorted.Anssi Kääriäinen
2012-04-28Removed a svn-specific hack from a test.Aymeric Augustin
2012-04-27Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...Claude Paroz
2012-04-26Removed unneeded deprecation warning silencing in test suite.Claude Paroz
2012-04-26Removed deprecated gender check in cz localflavor. Refs #14593.Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-24Removed some leftover references to old-syntax ssi template tag tests. Refs #...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-24Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...Anssi Kääriäinen
2012-04-24Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...Anssi Kääriäinen
2012-04-24Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz ...Claude Paroz
2012-04-22Ignore .svn directories in the folders test from [17925]. This is what happe...Alex Gaynor
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor
2012-04-20Fixed #17615 -- Corrected unique field validation when using multitable inher...Anssi Kääriäinen
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-04-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2012-04-12Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...Claude Paroz
2012-04-11Fixed #18027 -- Removed an HTMLParser test that doesn't raise any more in rec...Claude Paroz
2012-04-11Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...Aymeric Augustin
2012-04-11Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...Claude Paroz
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-10Made the caching of related and reverse related objects consistent in OneToOn...Aymeric Augustin
2012-04-10Fixed #18090 -- Applied filters when running prefetch_related backwards throu...Aymeric Augustin
2012-04-09Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....Carl Meyer
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-07Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...Claude Paroz
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-04-05Fixed #15644 -- Improved Django File wrapper to support more file-like object...Claude Paroz
2012-04-05Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-31Removed some more useless code related to the verify_exists removal.Claude Paroz
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Removed deprecated tests missed in r17839.Aymeric Augustin
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin