summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-15Fixed #3503 -- Added newforms UKPostcodeField in django.contrib.localflavor.u...Adrian Holovaty
2007-02-15Fixed typo in docs/newforms.txt. Thanks, Jeff HilyardAdrian Holovaty
2007-02-15Implented newforms USStateField in django.contrib.localflavor.usa. Refs #2455Adrian Holovaty
2007-02-15Created django.contrib.localflavor, for country- and culture-specific functio...Adrian Holovaty
2007-02-15Fixed #3409 -- Added render_value argument to newforms PasswordInput. Thanks ...Adrian Holovaty
2007-02-15Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, neshAdrian Holovaty
2007-02-15Fixed #3456 -- Made it easier/more intuitive to render newforms help_text in ...Adrian Holovaty
2007-02-15Added empty space in newforms BaseForm.__init__() to visually group a lengthy...Adrian Holovaty
2007-02-15Fixed #1466 -- Added newforms USZipCodeFieldAdrian Holovaty
2007-02-15Fixed #3494 -- Small correct to djangojs.po for German (de) translation. ThanksMalcolm Tredinnick
2007-02-15Fixed #3451 -- Small fix to Finnish translation. Thanks jtorma.Malcolm Tredinnick
2007-02-15Fixed #3429 -- Updated German (de) translation. Thanks djunky.Malcolm Tredinnick
2007-02-15Fixed #3375 -- Updated Swedish (sv) translations. Thanks mikko@sorl.net.Malcolm Tredinnick
2007-02-15Updated .mo files. Accidently committed incorrect version in [4513].Malcolm Tredinnick
2007-02-15Fixed #3329 -- Added Catalan (ca) translation. Thanks Marc Fargas.Malcolm Tredinnick
2007-02-15Fixed #3123 -- Updated Dutch (nl) translation.Malcolm Tredinnick
2007-02-14Added name of Latvian translator. Refs #3058.Malcolm Tredinnick
2007-02-14Fixed #3093 -- Added Macedonian translation from Georgi StanojevskiMalcolm Tredinnick
2007-02-14Fixed #3058 -- Added partial Latvia translation from viestards.lists@gmail.comMalcolm Tredinnick
2007-02-14Made a small improvement to the first overview paragraph in docs/newforms.txtAdrian Holovaty
2007-02-14Fixed ReST error in docs/testing.txtAdrian Holovaty
2007-02-14Implemented subclassing Forms in newformsAdrian Holovaty
2007-02-14Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...Adrian Holovaty
2007-02-13Fixed #3489 -- Changed newforms to use copy.copy() in constructing self.field...Adrian Holovaty
2007-02-13Renamed date_to_format function in docs/templates_python.txt example so as to...Adrian Holovaty
2007-02-13Mild formatting fix.Malcolm Tredinnick
2007-02-13Fixed #3394 -- Made min_num_in_admin be respected on new object creation. PatchMalcolm Tredinnick
2007-02-13Cleaned up docs/templates.txt 'url' tag documentation from [4494]Adrian Holovaty
2007-02-13Updated [4497] to use something closer to the English language in the comment.Malcolm Tredinnick
2007-02-13Fixed #3377 -- Fixed subtle infinite recursion bug in LazyDate objects. ThanksMalcolm Tredinnick
2007-02-13Fixed #3155 -- Allow an integer to be passed to the urlencode filter. PatchMalcolm Tredinnick
2007-02-13Fixed #3005 -- Applied trivial docs patch for "oldforms" use of do_html2python.Malcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-13Changed one of the named endblock tests to test that nesting in the wrong orderMalcolm Tredinnick
2007-02-12Small formatting tweaks to named-end-blocks change from [4489]Adrian Holovaty
2007-02-12Fixed dangling modifier in docs/settings.txtAdrian Holovaty
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2007-02-12#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch fromMalcolm Tredinnick
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-02-11Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows'Adrian Holovaty
2007-02-11Made negligible change to docs/contributing.txt -- 'MS Windows' to 'Windows'Adrian Holovaty
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2007-02-10Fixed #3159 -- documented how to work around a lack of symlinking functionalityMalcolm Tredinnick
2007-02-10Fixed #3071 -- added a {{{__contains__}}} method to the Context class. ThanksMalcolm Tredinnick
2007-02-10Fixed #3147 -- documented how to use .pth files for easy switching betweenMalcolm Tredinnick
2007-02-10Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick
2007-02-10Fixed #2655 -- added documentation about resolve_variable() for custom templateMalcolm Tredinnick