summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-06-28Added empty djangojs.po files to locales who did not already have one.Malcolm Tredinnick
2007-06-28Fixed #4703 -- Updated Romanian translation. Thanks, tibimicu@gmax.net.Malcolm Tredinnick
2007-06-28Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for th...Russell Keith-Magee
2007-06-27Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss
2007-06-27Added a parameter to HttpResponse's constructor to enable explicit status codeMalcolm Tredinnick
2007-06-27Fixed #2007 -- Added support for configurable encoding of email message bodies.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-06-26Fixed #4693 -- Updated Japanese translation. Thanks, Makoto Tsuyuki.Malcolm Tredinnick
2007-06-26Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be fullyMalcolm Tredinnick
2007-06-26Added Oracle to the list of permitted DATABASE_ENGINE settings (and removedMalcolm Tredinnick
2007-06-25Fixed #4683 -- Updated Catalan translations from Marc Fargas.Malcolm Tredinnick
2007-06-25Changed reverse URL resolving to handle the case where an included file doesMalcolm Tredinnick
2007-06-25Removed unneeded import.Malcolm Tredinnick
2007-06-25Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...Malcolm Tredinnick
2007-06-25Fixed #4678 -- Fixed table name matching during syncdb for pyscopg2 backendMalcolm Tredinnick
2007-06-24Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.Malcolm Tredinnick
2007-06-24Fixed #4674 -- Made some small updates to Polish translation. Thanks, JarekMalcolm Tredinnick
2007-06-24Fixed #4672 -- Updated Slovak translation. Thanks, vlado@labath.org.Malcolm Tredinnick
2007-06-24Fixed #4624 -- Added new Persian (fa) translation. Thanks, Reza Mohammadi.Malcolm Tredinnick
2007-06-24Fixed #4408 -- Updated Galician translation. Thanks, Afonso Fernández Nogueira.Malcolm Tredinnick
2007-06-24Fixed #4241 -- Updated Czech translation. Thanks, petr.marhoun@gmail.com.Malcolm Tredinnick
2007-06-24Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timingMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoidMalcolm Tredinnick
2007-06-23Fixed a Python 2.3 incompatibility I overlooked in [5516].Malcolm Tredinnick
2007-06-23Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on aMalcolm Tredinnick
2007-06-23Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. ThanksMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte...Adrian Holovaty
2007-06-20Fixed #4556 -- Admin showAddAnotherPopup JavaScript function can now handle U...Adrian Holovaty
2007-06-20Fixed #4584 -- Fixed improper </div> nesting in databrowse object_detail.html...Adrian Holovaty
2007-06-20Fixed #4618 -- Fixed error in django.contrib.redirects new_path handling. Tha...Adrian Holovaty
2007-06-19Fixed behaviour of contrib.auth.forms.PasswordResetForm when more thanLuke Plant
2007-06-17Trivial formatting changes.Malcolm Tredinnick
2007-06-17Fixed #4576 -- Updated Swedish translation. Thanks, Ludvig Ericson.Malcolm Tredinnick
2007-06-17Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr()Malcolm Tredinnick
2007-06-17Changed ETag computation to first check if an ETag header already exists in theMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-15Fixed #4015 -- Changed login() and logout() messages to update request.user ifMalcolm Tredinnick
2007-06-15Fixed #3972 -- Updated docstring. Patch from SmileyChris.Malcolm Tredinnick
2007-06-15Fixed #4531 -- Added a bit more randomness to session idents. Thanks, FrankMalcolm Tredinnick
2007-06-11Fixed a bug in the way file uploads were constructed. The new behaviourMalcolm Tredinnick
2007-06-10Fixed #4335 -- Added Python executable binary path and version to debug output.Malcolm Tredinnick
2007-06-10Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table hasMalcolm Tredinnick
2007-06-10Fixed #4462 -- Use builtin reversed() function when available (in "for" tag).Malcolm Tredinnick
2007-06-10Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-dateMalcolm Tredinnick