summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-09Removed period from save_delete_hooks docstring -- it doesn't fit our styleAdrian Holovaty
2005-08-09Fixed #290 -- Thanks, Matt CroydonAdrian Holovaty
2005-08-08Fixed formatting problem in docs/tutorial03.txtAdrian Holovaty
2005-08-08Added docs/tutorial04.txtAdrian Holovaty
2005-08-08Fixed typos in generic-views documentationAdrian Holovaty
2005-08-08Companion checkin to [432]Adrian Holovaty
2005-08-08Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ...Adrian Holovaty
2005-08-08Made some improvements/clean-ups to docs/tutorial03.txtAdrian Holovaty
2005-08-07Changed 'django-admin adminindex' to output relative links, not absolute link...Adrian Holovaty
2005-08-07Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS...Adrian Holovaty
2005-08-06Fixed #270 -- Admin change forms now display default values in num_extra_on_c...Adrian Holovaty
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