summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-01-29Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ...Jacob Kaplan-Moss
2007-01-29Improved newforms.models.save_for_instance() to set many-to-many values via I...Adrian Holovaty
2007-01-29Fixed #3389 -- Many-to-many sets can now be assigned with primary key valuesAdrian Holovaty
2007-01-29Fixed #3385 -- Fixed broken link in docs/design_philosophies.txtAdrian Holovaty
2007-01-28newforms: Changed database Field formfield() methods to pass help_text to the...Adrian Holovaty
2007-01-28Fixed #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty
2007-01-28Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...Adrian Holovaty
2007-01-27newforms: Added a unit test that tests dynamic field addition with base field...Adrian Holovaty
2007-01-27Fixed #3334 -- Changed newforms Form class construction so that appending to ...Adrian Holovaty
2007-01-27Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ...Adrian Holovaty
2007-01-27Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li...Adrian Holovaty
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee
2007-01-25Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...Russell Keith-Magee
2007-01-25Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ...Russell Keith-Magee
2007-01-25Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in...Adrian Holovaty
2007-01-25Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...Adrian Holovaty
2007-01-25Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g...Adrian Holovaty
2007-01-25Fixed #1336 -- USStateField no longer throws exception when data is NoneAdrian Holovaty
2007-01-24Fixed ReST error in docs/contributing.txtAdrian Holovaty
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2007-01-24newforms: Implemented NullBooleanField and NullBooleanSelectAdrian Holovaty
2007-01-24Made tiny grammar change to docs/newforms.txt. Thanks, RexAdrian Holovaty
2007-01-23newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...Adrian Holovaty
2007-01-23Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@...Adrian Holovaty
2007-01-23Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthiasAdrian Holovaty
2007-01-23Fixed a couple more ReST errors I found in docs/generic_views.txtAdrian Holovaty
2007-01-23Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paoloAdrian Holovaty
2007-01-23Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development...Adrian Holovaty
2007-01-23Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty