| Age | Commit message (Expand) | Author |
| 2006-08-09 | Fixed #2260 -- fixed a problem where some foreign key references were being | Malcolm Tredinnick |
| 2006-08-08 | Negligible style change in django.db.models.loading | Adrian Holovaty |
| 2006-08-08 | Added example of strftime formatting to docs/model-api.txt FileField docs. Th... | Adrian Holovaty |
| 2006-08-07 | Fixed #2494 -- Django development server no longer does reverse DNS. As a sid... | Adrian Holovaty |
| 2006-08-06 | Fixed #2491 -- Pass the project directory back from setup_environ so that we | Malcolm Tredinnick |
| 2006-08-06 | Moved the environment setup into a method that can be called from other scripts. | Malcolm Tredinnick |
| 2006-08-05 | Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.com | Adrian Holovaty |
| 2006-08-05 | Fixed #2485 -- Added comment to project_template/settings.py that says to use... | Adrian Holovaty |
| 2006-08-05 | Fixed #61 -- Added admin/auth/user/*.html to setup.py | Adrian Holovaty |
| 2006-08-04 | fixed #2171: updated 'ru' translation | Georg Bauer |
| 2006-08-04 | Cleaned up 'How do I create users without having to edit password hashes?' en... | Adrian Holovaty |
| 2006-08-04 | Fixed #61 -- No more editing hashes when creating users via the admin. Create... | Adrian Holovaty |
| 2006-08-02 | Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8... | Adrian Holovaty |
| 2006-08-02 | Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo... | Adrian Holovaty |
| 2006-08-01 | Fixed #2257 -- make constraint names unique across all table/column | Malcolm Tredinnick |
| 2006-08-01 | Fixed #2465 -- Documented the fact that select_related doesn't follow null=True | Adrian Holovaty |
| 2006-08-01 | Refs #1796 -- Fixed a problem when creating models with relations to | Malcolm Tredinnick |
| 2006-08-01 | Added link to 'batteries included' explanation in docs/add_ons.txt | Adrian Holovaty |
| 2006-08-01 | Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interfac... | Adrian Holovaty |
| 2006-08-01 | Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.t... | Adrian Holovaty |
| 2006-08-01 | Fixed #2370 -- It's now possible to pass default URLconf arguments to include... | Adrian Holovaty |
| 2006-08-01 | Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove... | Adrian Holovaty |
| 2006-08-01 | Modified Calendar and Clock javascript to evaluate popup position at time of ... | Russell Keith-Magee |
| 2006-07-31 | Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr... | Jacob Kaplan-Moss |
| 2006-07-31 | Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank... | Jacob Kaplan-Moss |
| 2006-07-31 | fixed #2446: updated 'sl' translation | Georg Bauer |
| 2006-07-31 | Fixed an RST typo so that the django-users mailing list reference is now a | Malcolm Tredinnick |
| 2006-07-31 | Clarified 'Django no longer requires a database' in docs/release_notes_0.95.txt | Adrian Holovaty |
| 2006-07-30 | Fixed #2451 -- setup.py no longer has to list each language, thanks to patter... | Adrian Holovaty |
| 2006-07-30 | Fixed ReST error in docs/release_notes_0.95.txt. Thanks, Jeremy Dunck | Adrian Holovaty |
| 2006-07-30 | Changed django.VERSION from 0.95 to to 0.96-pre | Adrian Holovaty |
| 2006-07-29 | Seed the global app cache in a call to db.models.get_model() except when we are | Malcolm Tredinnick |
| 2006-07-29 | Formatted docs/api_stability.txt in our ReST format, with titles | Adrian Holovaty |
| 2006-07-29 | Formatted docs/release_notes_0.95.txt in our ReST format, with titles | Adrian Holovaty |
| 2006-07-29 | Added note to docs/templates.txt about same logical operator | Adrian Holovaty |
| 2006-07-28 | Added some more stuff to docs/release_notes_0.95.txt | Adrian Holovaty |
| 2006-07-28 | Changed .91 to .95 in docs/install.txt | Adrian Holovaty |
| 2006-07-28 | Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo... | Adrian Holovaty |
| 2006-07-28 | Changed django.VERSION to (0, 95, None) to signify final 0.95 release | Adrian Holovaty |
| 2006-07-28 | Removed section in docs/templates_python.txt about Django 0.91 | Adrian Holovaty |
| 2006-07-28 | Added docs/release_notes_0.95.txt | Adrian Holovaty |
| 2006-07-28 | Removed bug from [3461] -- __name__ is not assignable | Adrian Holovaty |
| 2006-07-28 | Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay! | Jacob Kaplan-Moss |
| 2006-07-28 | Added 'Where can I find Django developers for hire?' to the FAQ | Adrian Holovaty |
| 2006-07-28 | Fixed ReST error in docs/forms.txt | Adrian Holovaty |
| 2006-07-28 | Small clarifications to docs/forms.txt change from [3466] | Adrian Holovaty |
| 2006-07-28 | Small clarification to docs/templates.txt change from [3465] | Adrian Holovaty |
| 2006-07-28 | Added django.db.models.permalink decorator, which decorates a function that r... | Adrian Holovaty |
| 2006-07-28 | Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs | Adrian Holovaty |
| 2006-07-28 | Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco... | Adrian Holovaty |