summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-07Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiroAdrian Holovaty
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-06fixed #2090: fixed bad charset header in po fileGeorg Bauer
2006-06-06Backed out [3088] which was a premature commit with a message meant for anoth...Jacob Kaplan-Moss
2006-06-06BNW: Added modpython handler to autosettingsJacob Kaplan-Moss
2006-06-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
2006-06-05Updated my URL in the FAQ doc.Wilson Miner
2006-06-05Added more visible borders to form buttons.Wilson Miner
2006-06-05Fixed stupid bug in [3802] Jacob Kaplan-Moss
2006-06-05Small refactoring of django.core.management to allow a custom argv to be pass...Jacob Kaplan-Moss
2006-06-05Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructuresAdrian Holovaty
2006-06-05Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...Adrian Holovaty
2006-06-04Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankromAdrian Holovaty
2006-06-04Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha...Adrian Holovaty
2006-06-04Added django.contrib.humanize, a set of template tags for adding a 'human tou...Adrian Holovaty
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-06-03Changed 'transactions' model unit test NOT to be executed for MySQLAdrian Holovaty
2006-06-03Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...Adrian Holovaty
2006-06-03Fixed #2077 -- Renamed 'repr' model tests to 'str'Adrian Holovaty
2006-06-03Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-02Fixed #2073 -- Improved 'manage.py shell' not to pass argv to IPython if it's...Adrian Holovaty
2006-06-02Cleaned up some small formatting in docs/authentication.txtAdrian Holovaty
2006-06-02Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inlin...Adrian Holovaty
2006-06-02Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with...Wilson Miner
2006-06-02Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to ...Wilson Miner
2006-06-02fixed #2010: updated 'nl' translationGeorg Bauer
2006-06-02Fixed #1638 -- Documented shortcomings of development server in docs/django-a...Adrian Holovaty
2006-06-02Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templa...Adrian Holovaty
2006-06-02Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95Adrian Holovaty
2006-06-02Fixed #1966 -- Documented list_per_page Admin optionAdrian Holovaty
2006-06-02Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa...Adrian Holovaty
2006-06-02Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready f...Adrian Holovaty
2006-06-02Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new YEAR_...Adrian Holovaty
2006-06-02Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add...Adrian Holovaty
2006-06-02Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txtAdrian Holovaty
2006-06-02Fixed #2065 -- Changed setup.py to install django.contrib.comments templates....Adrian Holovaty
2006-06-02Fixed #2055 -- Lengthened form labels on login screen to accommodate longer t...Wilson Miner
2006-06-02Fixed #744 -- Added icon to display null boolean values in admin changelists.Wilson Miner
2006-06-01Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...Adrian Holovaty
2006-06-01Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo...Luke Plant
2006-06-01Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty
2006-06-01Fixed bug in Model._get_next_or_previous_in_order()Adrian Holovaty
2006-06-01Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i...Adrian Holovaty
2006-06-01Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ...Adrian Holovaty
2006-06-01Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section ...Adrian Holovaty
2006-06-01Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txtAdrian Holovaty
2006-06-01Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in th...Adrian Holovaty
2006-06-01Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...Adrian Holovaty