summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-03Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac...Adrian Holovaty
2007-07-03Fixed #4688 -- startproject no longer breaks when Django files are read-only....Adrian Holovaty
2007-07-03Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks...Adrian Holovaty
2007-07-03Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a stringMalcolm Tredinnick
2007-07-01Backported the fix from [5581] (unicode-branch) to trunk. Fixes a methodMalcolm Tredinnick
2007-07-01Made the reg-exp lookup tests more robust. they now pass for all databaseMalcolm Tredinnick
2007-07-01Added some clearer docstrings to MultiValueField and MultiWidgetAdrian Holovaty
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-30Made docs/contributing.txt docs style guidelines notes more consistent. The s...Adrian Holovaty
2007-06-30Added 'subclass' to docs/contributing.txt docs style guidelinesAdrian Holovaty
2007-06-30Lowercased 'Realize' in docs/contributing.txt to fix potential ambiguityAdrian Holovaty
2007-06-30Edited docs/db-api.txt changes from [5555]Adrian Holovaty
2007-06-30Added database name style to docs/contributing.txt documentation style sectionAdrian Holovaty
2007-06-30Added 'Documentation style' section to docs/contributing.txtAdrian Holovaty
2007-06-30Edited docs/email.txt changes from [5550]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5548]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5547]Adrian Holovaty
2007-06-30Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne...Adrian Holovaty
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 #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.Jacob Kaplan-Moss
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-27Typo fix.Malcolm Tredinnick
2007-06-27Removed some duplication. I suck at documentation.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Trivial edit to docs from [5548].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-26Fixed #4684 -- Added an Oracle reference to the supported database servers.Malcolm 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-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm 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