summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-11Fixed CsrfMiddleware post processing so that it in the presence of multipleLuke Plant
2006-05-11Fixed #1827 - added 'id' attribute to generated CSRF hidden field. Good call...Luke Plant
2006-05-11Updated tests in line with changed exception messages, fixing 2 failures.Luke Plant
2006-05-11Updated 'or_lookup' tests to give example of more compact syntax, for the sak...Luke Plant
2006-05-11Changed Site model to use str, not reprAdrian Holovaty
2006-05-11Fixed #1750 -- Changed setup.py to exclude 'examples.*'Adrian Holovaty
2006-05-11Fixed #1837 -- Gave FlatPage a strAdrian Holovaty
2006-05-10Added Model.__str__() default fallback, and changed Model.__repr__() to embed...Adrian Holovaty
2006-05-09Fixed bugs in docs/model-api.txtAdrian Holovaty
2006-05-09Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaugAdrian Holovaty
2006-05-09Fixed #1757 -- Updated Dutch translation. Thanks, RudolphAdrian Holovaty
2006-05-09Added padding fix to container to address reported display issues in Safari.Wilson Miner
2006-05-09Fixed #1804 -- Updated fr translation. Thanks, gael.dev@4now.netAdrian Holovaty
2006-05-09Fixed #1806 -- Updated ja translation. Thanks, mtsuyuki@gmail.comAdrian Holovaty
2006-05-09Fixed #1752 -- Updated cs translations. Thanks, radekAdrian Holovaty
2006-05-09Fixed #1477 -- Made maxlength overridablef for URLField formfieldAdrian Holovaty
2006-05-09Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pbAdrian Holovaty
2006-05-09Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField...Adrian Holovaty
2006-05-09Fixed #1811 -- Fixed inconsistencies in docs/overview.txtAdrian Holovaty
2006-05-09Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks...Adrian Holovaty
2006-05-09Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.netAdrian Holovaty
2006-05-08Added CsrfMiddleware to contrib, and documentation.Luke Plant
2006-05-08Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quark...Adrian Holovaty
2006-05-08Made small clarification to docs/modpython.txtAdrian Holovaty
2006-05-06Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty
2006-05-06Removed section in docs/model-api.txt about connection.commit(), which no lon...Adrian Holovaty
2006-05-06Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant
2006-05-06Changed the admin index to sort models alphabetically.Luke Plant
2006-05-06Removed unused code.Luke Plant
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-06Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty
2006-05-06Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty