summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-04-12Modified forms_tests to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-04-12Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-12Documented BoundField.label_tagClaude Paroz
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11Merge pull request #1008 from reverie/patch-2Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-04-11Changed a deprecated warn() call in libgeosClaude Paroz
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-04-10Fixed #20204 - Consistent usage of url() in URL dispatcher documentationTim Graham
2013-04-10Turned the triage attributes to actual sections so they can be more easily li...Julien Phalip
2013-04-10Fixed #20231 -- Don't use allow_lazy on smart_splitBaptiste Mispelon
2013-04-10Made usage of assertTemplateUsed in admin_views testsClaude Paroz
2013-04-09Added some further guidance to "accepted" triage stagePreston Holmes
2013-04-08Merge pull request #1003 from bmispelon/fix-tests-3be368c73eJannis Leidel
2013-04-08Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-04-08Removed references to the DDN triage state.Aymeric Augustin
2013-04-08Merge pull request #938 from darklow/ticket_20111Jannis Leidel
2013-04-08Fix #20111 Added more precise message level for succcess and warning messagesKaspars Sprogis
2013-04-07Merge pull request #1000 from bmispelon/ticket-15126Jannis Leidel
2013-04-07Fix #15126: Better error message when passing invalid options to ModelForm.Meta.Baptiste Mispelon
2013-04-06Explicitly removes dismissCalendarAndrew Jesaitis
2013-04-06Explicitly removes dismissClockAndrew Jesaitis
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-05Fixed #20114 -- support custom project login_url in testsPreston Holmes
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
2013-04-05Removed LocaleMiddleware from settings template.Aymeric Augustin
2013-04-04Merge pull request #993 from almostabc/template-include-docs-updateSimon Charette
2013-04-05Removed a trailing space in the template name on line 174.Andrew Brown
2013-04-04Fixed a line that was overindented.Alex Gaynor
2013-04-04Removed instructions about download_url from release process notes.Jacob Kaplan-Moss
2013-04-04Remove download_url from setup.pyDonald Stufft
2013-04-04Merge pull request #992 from bmispelon/ticket-20195Claude Paroz
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-04-04Merge pull request #985 from intgr/atomic_typoTim Graham
2013-04-03Fix contrib.messages tests for discovery.Carl Meyer
2013-04-03Fixed #20038 -- Better error message for host validation.Baptiste Mispelon
2013-04-03Fix typo in transaction.Atomic docstringMarti Raudsepp
2013-04-03Adjusted download_url in setup.pyFlorian Apolloner
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-04-02Modified sitemaps to work with unittest2 discovery.Preston Timmons
2013-04-02Modified messages to work with unittest2 discovery.Preston Timmons
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-04-02Updated flatpages tests for unittest2 discovery.Preston Timmons
2013-04-02Modified admindocs tests to work with unittest2 discovery.Preston Timmons
2013-04-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons