| Age | Commit message (Expand) | Author |
| 2008-03-24 | Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder. | Malcolm Tredinnick |
| 2008-03-23 | Fixed a problem in the backwards-compat abilities of the paginator. Calling c... | Malcolm Tredinnick |
| 2008-03-23 | Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic | Malcolm Tredinnick |
| 2008-03-21 | Fixed some styling issues in `django/core/mail.py`. | Gary Wilson Jr |
| 2008-03-21 | Noted an additional modification we have made to `make_msgid`. | Gary Wilson Jr |
| 2008-03-21 | Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a... | Gary Wilson Jr |
| 2008-03-21 | Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR. | Gary Wilson Jr |
| 2008-03-20 | Changed the indenting level on a couple of subsections, since they're not | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus | Malcolm Tredinnick |
| 2008-03-20 | FIxed #6513 -- Handle overflows better in the floatformat filter. It's not | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6825 -- Fixed the model_forms tests to also work on Windows by making | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6486 -- Added local server time to the debug output page. Patch from | Malcolm Tredinnick |
| 2008-03-20 | Forgot to commit a new file from [7328]. | Malcolm Tredinnick |
| 2008-03-20 | Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5982 -- Changed test client's URL processing to match core's (everything | Malcolm Tredinnick |
| 2008-03-20 | Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a | Malcolm Tredinnick |
| 2008-03-20 | Merged the tests and documentation from #4720 to support the changes in [7295]. | Malcolm Tredinnick |
| 2008-03-19 | Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su... | Jacob Kaplan-Moss |
| 2008-03-19 | Oops, forgot AUTHORS for [7324]. | Jacob Kaplan-Moss |
| 2008-03-19 | Fixed #5107: swapped in RequestContext for Context in syndication feeds. Than... | Jacob Kaplan-Moss |
| 2008-03-19 | Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2008-03-19 | Replaced dict reprs in tests with explicit looks at each key. This should fix... | Jacob Kaplan-Moss |
| 2008-03-19 | Fixed #6789 -- Added some small amount of extra protection for learners trying | Malcolm Tredinnick |
| 2008-03-19 | Fixed a corner case in management.setup_environ (it was triggered under Cygwi... | Jacob Kaplan-Moss |
| 2008-03-18 | Fixed #6659: explained where "forloop.counter" comes from | James Bennett |
| 2008-03-18 | Fixed #6245: Added note about watching Django development when using the deve... | James Bennett |
| 2008-03-18 | Cleaned up German locale | Jannis Leidel |
| 2008-03-18 | Fixed #4783: Added a note that "admin media" means "media used by the admin a... | James Bennett |
| 2008-03-18 | Added docs/pagination.txt | Adrian Holovaty |
| 2008-03-18 | Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not... | Adrian Holovaty |
| 2008-03-18 | Improved docs/generic_views.txt to note the new template context for the obje... | Adrian Holovaty |
| 2008-03-18 | Changed pagination tests to suppress the DeprecationWarning | Adrian Holovaty |
| 2008-03-18 | Changed list_detail.object_list generic view to use the new Paginator class. ... | Adrian Holovaty |
| 2008-03-18 | Added a new and improved Paginator class, which allows you to pass a Page obj... | Adrian Holovaty |
| 2008-03-18 | Fixed #6266: Added note to docs/modelforms.txt pointing out that they're just... | James Bennett |
| 2008-03-18 | Fixed #6382: Documented request.urlconf | James Bennett |
| 2008-03-18 | Fixed #6541: Corrected documentation of how the admin chooses a default manag... | James Bennett |
| 2008-03-18 | Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fie... | James Bennett |
| 2008-03-18 | Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier for ... | James Bennett |
| 2008-03-18 | Fixed #6166: Improved example of autoescaping with template inheritance. Base... | James Bennett |
| 2008-03-18 | Fixed #6120: First stab at documenting newforms field types which handle rela... | James Bennett |
| 2008-03-18 | Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. | Jacob Kaplan-Moss |
| 2008-03-18 | Added more robust processing to parameterised syndication feeds for the case | Malcolm Tredinnick |
| 2008-03-18 | Added "svn:eol-style native" to every text file in the tree (*.txt, *.html, | Malcolm Tredinnick |
| 2008-03-18 | Fixed #5574 -- Serialize a FileField using its filename from the database, not | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6494 -- Factored out the HTML debug output into a method of its own for | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6230: Fixed the addition of id values to the select widgets in | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. Based | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6641 -- If we lose a race when creating a new object in get_or_create, | Malcolm Tredinnick |