summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-10Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...Adrian Holovaty
2007-02-10Added some documentation for truncatewords_html (added in [4468]).Malcolm Tredinnick
2007-02-10Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S...Adrian Holovaty
2007-02-10Fixed #3437 -- Fixed incorrect logic in django.http.HttpResponse calculation ...Adrian Holovaty
2007-02-10Fixed ReST bug in docs/fastcgi.txtAdrian Holovaty
2007-02-10Fixed #2348 -- Improved error reporting when query filter arguments areMalcolm Tredinnick
2007-02-10Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek L...Adrian Holovaty
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2007-02-10Fixed #3443 -- Updated Joe Heck's entry.Malcolm Tredinnick
2007-02-09Fixed #3449 -- fixed regression test results so that they all pass now. ThanksMalcolm Tredinnick
2007-02-09Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out byMalcolm Tredinnick
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee
2007-02-07Fixes #3447, Refs #2160 -- Reverting change [4459] because it breaks admin. A...Russell Keith-Magee
2007-02-06Trivial whitespace chance to AUTHORS to test the trac commit hook. Refs #1 a...Jacob Kaplan-Moss
2007-02-06Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err...Jacob Kaplan-Moss
2007-02-05newforms: Changed ChoiceField error message *not* to include user-provided inputAdrian Holovaty
2007-02-04Fixed #2160 -- Modified object save logic to check for ``pk is None``, rather...Russell Keith-Magee
2007-01-30Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than...Jacob Kaplan-Moss