summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-22Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.pyAdrian Holovaty
2006-05-22Added the missing django.contrib applications to docs/add_ons.txtAdrian Holovaty
2006-05-22Added 'Overriding default model methods' section to model-api.txtAdrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian Holovaty
2006-05-22Fixed #981 -- Documented backend-specific SQL filesAdrian Holovaty
2006-05-22Fixed #1835 -- FilePathField no longer breaks admin model documentation. Than...Adrian Holovaty
2006-05-22Fixed #1931 -- update_object generic view no longer assumes the object's get_...Adrian Holovaty
2006-05-21Fixed #1957 -- Added docs for 'version' to docs/django-admin.txtAdrian Holovaty
2006-05-21Improved the advice on using QuerySets in extra_context based on feedback fromMalcolm Tredinnick
2006-05-20Documented that CommonMiddleware will not append a slash to URLs containing aMalcolm Tredinnick
2006-05-19Fixed #1901 -- removed typos from calls to _get_image_dimensions andMalcolm Tredinnick
2006-05-19Prevent people from using "startapp" to create apps with the same name as the...Malcolm Tredinnick
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #1886 -- documented the syncdb option.Malcolm Tredinnick
2006-05-19Documented that the development server does not, by default handle staticMalcolm Tredinnick
2006-05-19Fixed #981 -- documented the SQL initial data insert files.Malcolm Tredinnick
2006-05-19Documented the simple_tag and inclusion_tag functions that make writing certainMalcolm Tredinnick
2006-05-18The tests now run correctly with the new psycopg2 backend. There's 4 failure...Jacob Kaplan-Moss
2006-05-18Fixed whitespace in tests/runtests.pyJacob Kaplan-Moss
2006-05-18Made a few small tweaks to admin doc pages.Jacob Kaplan-Moss
2006-05-18Fixed #1724 -- updated the output from the shell commands to match what we nowMalcolm Tredinnick
2006-05-18fixed #1909: updated japanese translationGeorg Bauer
2006-05-18fixed #1893: updated hebrew translationGeorg Bauer
2006-05-18Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,...Adrian Holovaty
2006-05-17fixed #1906: updated zh_CN translationGeorg Bauer
2006-05-17Clarified (hopefully) how to use the default settings override in configure().Malcolm Tredinnick
2006-05-17Clarified how extra_context values are evaluated and, in particular, how toMalcolm Tredinnick
2006-05-17Changed the link the "official tarball" to refer to the 0.91 release and addedMalcolm Tredinnick
2006-05-17Added comment explaining nonobvious self.__dict__ assignment in django.conf._...Adrian Holovaty
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-16Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.frAdrian Holovaty
2006-05-16Fixed #1830 -- MySQL inspectdb now detects tinyint field properlyAdrian Holovaty
2006-05-16Fixed #1834 -- Added docstrings to admin template tags. Thanks, ubernostrumAdrian Holovaty
2006-05-16updated translation files - new message IDs from magic removalGeorg Bauer
2006-05-16switched el translation to iso-8859-1 to prevent compile-messages and make-me...Georg Bauer
2006-05-16updated german translationsGeorg Bauer
2006-05-16fixed #1854: updated icelandic translationsGeorg Bauer
2006-05-16fixed #1831: added hungarian translationGeorg Bauer
2006-05-16fixed #1817: added translation hooks for 3-letter month namesGeorg Bauer
2006-05-16fixed #1660: added support functions and tags for bidi language supportGeorg Bauer
2006-05-16Added first stab at reverse matching to urlresolvers.pyAdrian Holovaty
2006-05-15Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks...Adrian Holovaty
2006-05-15Fixed #1815: More documentation proof-reading from nico@teknico.net.Malcolm Tredinnick
2006-05-15Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.Malcolm Tredinnick
2006-05-15Fixed #1852 -- Improved TemplateSyntaxError to display the original exception...Adrian Holovaty
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
2006-05-15Fixed #1864 -- Changed ContentType repr to strAdrian Holovaty
2006-05-15Fixed #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org.Malcolm Tredinnick
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick