summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-05-21Fixed #4347 -- Updated Catalan translation. Thanks, Marc Fargas.Malcolm Tredinnick
2007-05-21Fixed #3673 -- Fixed format string errors in Telugu translation. ThanksMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-20Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijnAdrian Holovaty
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee
2007-05-20Modified the django system test script to search for tests in the contrib apps.Russell Keith-Magee
2007-05-19Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.Malcolm Tredinnick
2007-05-19Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().Malcolm Tredinnick
2007-05-19Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-19Fixed #4343 -- Fixed a couple of format errors in the Argentinean SpanishMalcolm Tredinnick
2007-05-19Fixed #4308 -- Updated Russian translation. Thanks, Vasiliy Stavenko.Malcolm Tredinnick
2007-05-16Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...Adrian Holovaty
2007-05-15Fixed some documentation strings in django-admin, and updated the bash comple...Russell Keith-Magee
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-14Added check to prevent sequence reset if no fixtures are loaded.Russell Keith-Magee
2007-05-14Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...Russell Keith-Magee
2007-05-14Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.Malcolm Tredinnick
2007-05-14Fixed some incorrect reporting of error messages in assertRedirects, and adde...Russell Keith-Magee
2007-05-14Fixed #4283 -- Added Bulgarian translation. Thanks Jordan Dimov.Malcolm Tredinnick
2007-05-13Removed a stray import that snuck into [5211].Malcolm Tredinnick
2007-05-12Fixed the test harness to work with Python 2.3 again (tested that it stillMalcolm Tredinnick
2007-05-12Fixed a compatibility problem with Python 2.3.Malcolm Tredinnick
2007-05-12Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha...Russell Keith-Magee
2007-05-12Fixed #4231 -- Added quoting for sequence names on sequence reset for Postgre...Russell Keith-Magee
2007-05-12Added docs for form_for_model and form_for_instance, and added a fields argum...Russell Keith-Magee
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 #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-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-08Fixed #3753 -- Allow optional display of invalid variable name inMalcolm 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-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-06Fixed comma splice in error message introduced in [5133]Adrian 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-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