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