summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-12Removed unit tests added in [5196]; didn't notice the tests in modeltests/mod...Russell Keith-Magee
2007-05-12Added unit tests for form_for_model and form_for_instance.Russell Keith-Magee
2007-05-11Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.Malcolm Tredinnick
2007-05-11Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words wereMalcolm Tredinnick
2007-05-11Added native eol-style settings to necessary files. Refs #4276.Malcolm Tredinnick
2007-05-11Fixed #4267 -- In example code, extract the template tag name correctly inMalcolm Tredinnick
2007-05-11Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict.Malcolm Tredinnick
2007-05-11Fixed #4275 -- Fixed a couple of typos in the Simplified Chinese translation.Malcolm Tredinnick
2007-05-10Added the actual assertFormError changes, accidentally omitted from [5181].Russell Keith-Magee
2007-05-10Improved error reporting for assertions where there are no form errors, or a ...Russell Keith-Magee
2007-05-10Fixed import error handling when application tests are stored in a tests dire...Russell Keith-Magee
2007-05-10Added configurable arguments to assertRedirects and assertContains to allow f...Russell Keith-Magee
2007-05-09Fixed #4240 -- Updated Latvian translation. Thanks, Gacha.Malcolm Tredinnick
2007-05-09Fixed #4229 -- Updated Hebrew translation. Thanks, Meir Kriheli.Malcolm Tredinnick
2007-05-09Fixed #4132 -- Updated Polish translation. Thanks, Michal Chruszcz.Malcolm Tredinnick
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-05-08Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, GaryMalcolm Tredinnick
2007-05-08Fixed #4200 -- Made get_admin_log template tag behave according to itsMalcolm Tredinnick
2007-05-08Removed a bunch of trailing whitespace. Don't people realise whitespace is aMalcolm Tredinnick
2007-05-08Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needsMalcolm Tredinnick
2007-05-08Fixed #3753 -- Allow optional display of invalid variable name inMalcolm Tredinnick
2007-05-08Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks,Malcolm Tredinnick
2007-05-08Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip.Malcolm Tredinnick
2007-05-08Omitted AUTHORS change from last [5163]. Refs #4144.Malcolm Tredinnick
2007-05-08Fixed #4144 -- Only check sys.modules when required during Model classMalcolm Tredinnick
2007-05-08Fixed #4197 -- Added some updates to the German translation. Thanks, ThomasMalcolm Tredinnick
2007-05-08Fixed #4202 -- Corrected namespacing of exception in one of the examples.Malcolm Tredinnick
2007-05-08Fixed #4226 -- Added DATABASE_NAME to the list of settings required to beMalcolm Tredinnick
2007-05-08Removed "new in development version" warning, since this feature was in theMalcolm Tredinnick
2007-05-08Fixed #4242 -- Changed docs to use full name for the Brazilian Portugese lang...Malcolm Tredinnick
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-06Edited docs/email.txt changes from [5141] and other recent changesetsAdrian Holovaty
2007-05-06Fixed comma splice in error message introduced in [5133]Adrian Holovaty
2007-05-06Finally began proofreading docs/testing.txt. Did the intro for now; more to comeAdrian Holovaty
2007-05-05Backwards incompatible change: Changed the way test.Client.login operates. Ol...Russell Keith-Magee
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-05-03Added "new in development version" markers to new email stuff.Malcolm Tredinnick
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Minor edit of initialisation logic.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages.Malcolm Tredinnick
2007-05-03Fixed bozo error in [5141].Malcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-05-02Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, ...Adrian Holovaty
2007-05-02Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thank...Adrian Holovaty
2007-05-02Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build...Adrian Holovaty
2007-05-02Fixed #4139 -- Fixed typo in docs/templates_python.txt.Adrian Holovaty
2007-05-01Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick
2007-05-01Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.Malcolm Tredinnick