| Age | Commit message (Expand) | Author |
| 2007-02-10 | Fixed #3147 -- documented how to use .pth files for easy switching between | Malcolm Tredinnick |
| 2007-02-10 | Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch | Malcolm Tredinnick |
| 2007-02-10 | Fixed #2655 -- added documentation about resolve_variable() for custom template | Malcolm Tredinnick |
| 2007-02-10 | Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga... | Adrian Holovaty |
| 2007-02-10 | Added some documentation for truncatewords_html (added in [4468]). | Malcolm Tredinnick |
| 2007-02-10 | Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S... | Adrian Holovaty |
| 2007-02-10 | Fixed #3437 -- Fixed incorrect logic in django.http.HttpResponse calculation ... | Adrian Holovaty |
| 2007-02-10 | Fixed ReST bug in docs/fastcgi.txt | Adrian Holovaty |
| 2007-02-10 | Fixed #2348 -- Improved error reporting when query filter arguments are | Malcolm Tredinnick |
| 2007-02-10 | Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek L... | Adrian Holovaty |
| 2007-02-10 | Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst | Malcolm Tredinnick |
| 2007-02-10 | Fixed #3443 -- Updated Joe Heck's entry. | Malcolm Tredinnick |
| 2007-02-09 | Fixed #3449 -- fixed regression test results so that they all pass now. Thanks | Malcolm Tredinnick |
| 2007-02-09 | Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out by | Malcolm Tredinnick |
| 2007-02-09 | Added a ``session`` attribute to the test Client, to make it easier to test i... | Russell Keith-Magee |
| 2007-02-07 | Fixes #3447, Refs #2160 -- Reverting change [4459] because it breaks admin. A... | Russell Keith-Magee |
| 2007-02-06 | Trivial whitespace chance to AUTHORS to test the trac commit hook. Refs #1 a... | Jacob Kaplan-Moss |
| 2007-02-06 | Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err... | Jacob Kaplan-Moss |
| 2007-02-05 | newforms: Changed ChoiceField error message *not* to include user-provided input | Adrian Holovaty |
| 2007-02-04 | Fixed #2160 -- Modified object save logic to check for ``pk is None``, rather... | Russell Keith-Magee |
| 2007-01-30 | Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than... | Jacob Kaplan-Moss |
| 2007-01-29 | Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ... | Jacob Kaplan-Moss |
| 2007-01-29 | Improved newforms.models.save_for_instance() to set many-to-many values via I... | Adrian Holovaty |
| 2007-01-29 | Fixed #3389 -- Many-to-many sets can now be assigned with primary key values | Adrian Holovaty |
| 2007-01-29 | Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt | Adrian Holovaty |
| 2007-01-28 | newforms: Changed database Field formfield() methods to pass help_text to the... | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-28 | Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f... | Adrian Holovaty |
| 2007-01-27 | newforms: Added a unit test that tests dynamic field addition with base field... | Adrian Holovaty |
| 2007-01-27 | Fixed #3334 -- Changed newforms Form class construction so that appending to ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li... | Adrian Holovaty |
| 2007-01-27 | Fixed a flaw in the serializers that prevented OneToOneFields being serialize... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in... | Adrian Holovaty |
| 2007-01-25 | Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved... | Adrian Holovaty |
| 2007-01-25 | Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g... | Adrian Holovaty |
| 2007-01-25 | Fixed #1336 -- USStateField no longer throws exception when data is None | Adrian Holovaty |
| 2007-01-24 | Fixed ReST error in docs/contributing.txt | Adrian Holovaty |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2007-01-24 | newforms: Implemented NullBooleanField and NullBooleanSelect | Adrian Holovaty |
| 2007-01-24 | Made tiny grammar change to docs/newforms.txt. Thanks, Rex | Adrian Holovaty |
| 2007-01-23 | newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi... | Adrian Holovaty |
| 2007-01-23 | Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@... | Adrian Holovaty |
| 2007-01-23 | Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthias | Adrian Holovaty |
| 2007-01-23 | Fixed a couple more ReST errors I found in docs/generic_views.txt | Adrian Holovaty |
| 2007-01-23 | Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paolo | Adrian Holovaty |
| 2007-01-23 | Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development... | Adrian Holovaty |
| 2007-01-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |