summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-10Changed MySQL backend so that it fails silently if rollback() isn't supported...Adrian Holovaty
2005-08-10Added custom_pk unit tests, which fail because of #81Adrian Holovaty
2005-08-10Undid [455] -- it's not a good enough solution for what I'm trying to doAdrian Holovaty
2005-08-10Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunnAdrian Holovaty
2005-08-10Slightly refactored metasystem -- changed Field pre_save() hooks to pre_save_...Adrian Holovaty
2005-08-10Simplified metasystem get_db_prep_save() hook so that it doesn't take an 'add...Adrian Holovaty
2005-08-10Updated PPK's URL in comments of admin_media/js/core.jsAdrian Holovaty
2005-08-10Removed media.ljworld.com reference from admin_media/js/admin/DateTimeShortcu...Adrian Holovaty
2005-08-10Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Ref...Adrian Holovaty
2005-08-10Removed unnecessary code from admin_media/jsAdrian Holovaty
2005-08-10Removed admin_media/js/admin/add_calendars.js -- it wasn't being usedAdrian Holovaty
2005-08-10Removed unnecessary code from admin_media/js/admin/add_calendars.jsAdrian Holovaty
2005-08-10Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m...Adrian Holovaty
2005-08-09Improved unit-test framework so that it handles database errors more elegantlyAdrian Holovaty
2005-08-09Added some extra examples to many_to_many unit testAdrian Holovaty
2005-08-09Added some extra examples to many_to_many unit testAdrian Holovaty
2005-08-09Small change to docstring in django.core.templateAdrian Holovaty
2005-08-09Copy-edited docs/templates.txtAdrian Holovaty
2005-08-09Removed Janet Reno example from doc/templates.txt -- thanks, BobAdrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-09Fixed #293 -- Typo in tutorial04. Thanks, espen@grindhaug.orgAdrian Holovaty
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