summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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