summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-08-01Small formatting improvement to one_to_one model testAdrian Holovaty
2005-08-01Improved error message in urlresolvers (fixes #240)Jacob Kaplan-Moss
2005-07-31Added m2o_recursive and m2o_recursive2 model unit tests/examplesAdrian Holovaty
2005-07-31Added one_to_one model unit test/exampleAdrian Holovaty
2005-07-30Gave comments.FreeComment a get_absolute_url() methodAdrian Holovaty
2005-07-29Small formatting tweak to generated model examplesAdrian Holovaty
2005-07-29Added 'API reference' section to generated model examplesAdrian Holovaty
2005-07-29Changed tests.builddocs to handle ReST double-backquotes (albeit naively)Adrian Holovaty
2005-07-29Changed template in tests.builddocsAdrian Holovaty
2005-07-29Added tests.builddocs, which builds HTML documentation by introspecting the m...Adrian Holovaty
2005-07-29Fixed #228 -- Better handling of timezones. Thanks, rmunnAdrian Holovaty
2005-07-29Fixed #219 and #188 -- Database timestamp typecast no longer assumes '-' deli...Adrian Holovaty
2005-07-29Small addition to m2m_intermediary model testAdrian Holovaty
2005-07-29Added m2m_intermediary model unit test/exampleAdrian Holovaty
2005-07-29Added equality test to 'basic' model unit testAdrian Holovaty
2005-07-29Changed model test framework to use meta.get_app() instead of a manual importAdrian Holovaty
2005-07-29Added support for sqlite backend to test frameworkJacob Kaplan-Moss
2005-07-29Changed admin views to output utf-8 charset explicitlyAdrian Holovaty
2005-07-29Added two more model test modules -- get_latest and lookupAdrian Holovaty
2005-07-29Fixed #223 -- Changed breadcrumbs in admin doc templates to use relative, not...Adrian Holovaty
2005-07-29Added first stab at model and DB-API unit testsAdrian Holovaty
2005-07-28Changed docs/install.txt to note SQLite support and requirement for pysqlite ...Adrian Holovaty
2005-07-28Whoop, left in an 'assert False' in [333]Adrian Holovaty
2005-07-28Fixed #218 -- Fixed admin change-list column sortingAdrian Holovaty
2005-07-27Fixed bug for models with a ForeignKey('self') and order_with_respect_toAdrian Holovaty
2005-07-26Fixed #187 -- Made admin view handle one-to-one relationships in which the pa...Adrian Holovaty
2005-07-26Changed django.core.management.get_sql_delete to be more robust when many-to-...Adrian Holovaty
2005-07-26Fixed #186 -- Refactored meta.py to remove duplicate code between function_ge...Adrian Holovaty
2005-07-26Fixed #143 -- Clarified the need for an environment variable in tutorial 1. T...Adrian Holovaty
2005-07-26Added breadcrumbs to password-reset and password-change admin templatesAdrian Holovaty
2005-07-26Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Ref...Adrian Holovaty
2005-07-26Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag...Adrian Holovaty
2005-07-26Fixed #162 -- Admin log now records repr() before calling delete(), instead o...Adrian Holovaty
2005-07-26Fixed #206 -- 'django-admin sqlclear' now deletes from admin log to prevent r...Adrian Holovaty
2005-07-26Fixed #93 -- Fixed 'django-admin startproject' to use os.path.join instead of...Adrian Holovaty