| Age | Commit message (Expand) | Author |
| 2005-08-06 | Fixed #7 -- Fixed subtle admin changelist filter bug in maintaining state. Th... | Adrian Holovaty |
| 2005-08-05 | Changed 'check back within 48 hours' message, because it's blatantly false --... | Adrian Holovaty |
| 2005-08-05 | Changed 'django-admin startapp' so that it doesn't create the 'urls' director... | Adrian Holovaty |
| 2005-08-05 | Greatly improved the 404 error message when DEBUG=True. If none of the urlpat... | Adrian Holovaty |
| 2005-08-05 | Made small cleanups to two default urlconfs, to be clearer. | Adrian Holovaty |
| 2005-08-05 | Updated admin doc view to reflect changes from [411] | Adrian Holovaty |
| 2005-08-05 | Refactored the internals of URL parsing to use less code | Adrian Holovaty |
| 2005-08-05 | Fixed #275 -- Bug in validators.RequiredIfOtherFieldsGiven. Thanks, jhernandez | Adrian Holovaty |
| 2005-08-05 | Changed default ManyToOne num_in_admin from 0 to 3, to help avoid confusion w... | Adrian Holovaty |
| 2005-08-05 | Small formatting improvement to docs/db-api.txt | Adrian Holovaty |
| 2005-08-05 | Added 'How this is possible' section to docs/db-api.txt, describing keyword a... | Adrian Holovaty |
| 2005-08-04 | Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley | Adrian Holovaty |
| 2005-08-04 | Fixed #266 -- Added ValidateIfOtherFieldEquals validator. Thanks again, Hugo | Adrian Holovaty |
| 2005-08-04 | Tightened up some code in django.core.validators | Adrian Holovaty |
| 2005-08-04 | Refactored django.core.validators.RequiredIfOtherFieldGiven to remove duplica... | Adrian Holovaty |
| 2005-08-04 | Fixed #268 -- Added AnyValidator and fixed small bug in [399]. Thanks, Hugo | Adrian Holovaty |
| 2005-08-04 | Fixed #263 -- inspectdb output now includes a comment reminding people to run... | Adrian Holovaty |
| 2005-08-04 | Fixed #267 -- "Save and continue editing" no longer assumes object has an ID ... | Adrian Holovaty |
| 2005-08-04 | Fixed #269 -- Added MatchesRegularExpression validator. Thanks, Hugo! | Adrian Holovaty |
| 2005-08-04 | Improved 'django-admin inspectdb' so that it doesn't raise an exception for u... | Adrian Holovaty |
| 2005-08-04 | Fixed #257 -- Empty model modules no longer cause an error. Thanks, Bill de h... | Adrian Holovaty |
| 2005-08-04 | Fixed typo in one_to_one test docstring. Thanks, Frank | Adrian Holovaty |
| 2005-08-02 | Improved 'django-admin inspectdb' so that it detects ForeignKey relationships... | Adrian Holovaty |
| 2005-08-02 | Changed faq to say explicitly that db.queries includes all SQL statements | Adrian Holovaty |
| 2005-08-02 | Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt Croydon | Adrian Holovaty |
| 2005-08-02 | Added doc view for templates that will show the search path for a given templ... | Jacob Kaplan-Moss |
| 2005-08-02 | Made a bunch of fixes to auto-generated admin documentation: | Jacob Kaplan-Moss |
| 2005-08-02 | Fixed a subtle bug with the {% load %} tag: if a tag/filter was removed from ... | Jacob Kaplan-Moss |
| 2005-08-02 | Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espen | Adrian Holovaty |
| 2005-08-02 | Removed redundant verbose names from auth and core models, because they're no... | Adrian Holovaty |
| 2005-08-02 | Fixed #105 -- collapsable fieldsets now work in both ways (thanks, Simon) | Jacob Kaplan-Moss |
| 2005-08-02 | Removed id field from auth.Message model -- it's implied | Adrian Holovaty |
| 2005-08-02 | Calendar next/prev popups now work in Safari (fixed #2) | Jacob Kaplan-Moss |
| 2005-08-02 | Added first stab at 'django-admin.py inspectdb', which takes a database name ... | Adrian Holovaty |
| 2005-08-01 | Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to b... | Jacob Kaplan-Moss |
| 2005-08-01 | Added 'Can I use Django with a pre-existing database?' to the FAQ | Adrian Holovaty |
| 2005-08-01 | Fixed small typo in docs/overview.txt -- thanks, Trent | Adrian Holovaty |
| 2005-08-01 | Fixed duplicate code bug in docs/overview.txt -- thanks, James Kew | Adrian Holovaty |
| 2005-08-01 | Modified custom_methods test to use date() instead of datetime() | Jacob Kaplan-Moss |
| 2005-08-01 | Refactored meta.py -- created a django.core.meta package, with init.py and fi... | Adrian Holovaty |
| 2005-08-01 | Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.co... | Adrian Holovaty |
| 2005-08-01 | Changed SEND_BROKEN_LINK_EMAILS from True to False in global_settings -- it w... | Adrian Holovaty |
| 2005-08-01 | Removed tests/builddocs in favor of integrating it into the documentation bui... | Jacob Kaplan-Moss |
| 2005-08-01 | Added framework for writing non-model-based tests, and added tests for cache ... | Jacob Kaplan-Moss |
| 2005-08-01 | Additional clarification to [365] | Adrian Holovaty |
| 2005-08-01 | Clarified Tutorial 3 to explain settings have changed -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Fixed typo in tutorial03 -- thanks, Robin Munn | Adrian Holovaty |
| 2005-08-01 | Changed custom_methods model test/doc to add explanation of what Article(*row... | Adrian Holovaty |
| 2005-08-01 | Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the... | Adrian Holovaty |
| 2005-08-01 | Fixed #214 -- Added get_values() and get_values_iterator() module-level funct... | Adrian Holovaty |