summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-08Fixed #3876 -- Added Australian local flavour. Thanks, Matthew Flanagan.Russell Keith-Magee
2007-04-08Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us to...Russell Keith-Magee
2007-04-07Added blank lines around Meta and Admin classes in django.contrib.auth.modelsAdrian Holovaty
2007-04-06Fixed inconsistent indentation in localflavor/de/forms.py from [4922]Adrian Holovaty
2007-04-06Fixed the ADO backend to match the required interface and normalized naming o...Russell Keith-Magee
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-05Added a check of the format specifiers in Python strings. This will identify aMalcolm Tredinnick
2007-04-05Backed out a portion of [4919] until I can make it worth smoothly withMalcolm Tredinnick
2007-04-05Small fix to [4931].Malcolm Tredinnick
2007-04-05Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N isMalcolm Tredinnick
2007-04-05Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.Malcolm Tredinnick
2007-04-05Missed file from [4928].Malcolm Tredinnick
2007-04-05Updated version of default English PO file.Malcolm Tredinnick
2007-04-05Fixed #3901 -- Updated Brailian Portugese translation. Thanks onaiort@gmail.com.Malcolm Tredinnick
2007-04-04Removed an umlaut, since our i18n support (creating PO files) doesn't workMalcolm Tredinnick
2007-04-04Cleaned up [4924]. Sorry; wasn't concentrating enough.Malcolm Tredinnick
2007-04-04Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,Malcolm Tredinnick
2007-04-04Added a FIXME that I forgot to include earlier.Malcolm Tredinnick
2007-04-04Fixed #3919 -- Added German identity card number validation to GermanMalcolm Tredinnick
2007-04-04Ingore auto-generated MANIFEST file.Malcolm Tredinnick
2007-04-04Fixed #3897 -- Added German localflavor. Thanks, Jannis Leidel.Malcolm Tredinnick
2007-04-04Made django.utils.html.escape() work with unicode strings (and unicode-likeMalcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm Tredinnick
2007-04-03Negligible formatting changes to some recent commitsAdrian Holovaty
2007-04-03Fixed #3913 -- Fixed legacy/confusing 'mysite.settings.main' in docs/faq.txtAdrian Holovaty
2007-04-03Dropped the presumptive next release's number to 0.97 just so that nobody get...Jacob Kaplan-Moss
2007-04-03Bumped version number to 1.0-pre, so that we can tell it apart from the 0.96Malcolm Tredinnick
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
2007-04-03Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel AlvesMalcolm Tredinnick
2007-04-03Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.Malcolm Tredinnick
2007-04-03Fixed #3887 -- Fixed formatting error in docstring that was causing problems inMalcolm Tredinnick
2007-04-03Fixed #3882 -- Changed error messages in Brazilian localflavor to be inMalcolm Tredinnick
2007-04-03Fixed #3900 -- Included missing function in utils/translation/__init__.py.Malcolm Tredinnick
2007-04-02Delayed the reading of settings.USE_I18N until the first use of the i18nMalcolm Tredinnick
2007-04-02Fixed #3600 -- Made smart_unicode respect deferred evaluation in the caseMalcolm Tredinnick
2007-04-01Typo fix.Malcolm Tredinnick
2007-04-01Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-04-01More ReST antics with docs/fastcgi.txtAdrian Holovaty
2007-04-01Fixed ReST error in docs/fastcgi.txtAdrian Holovaty
2007-04-01Edited faq.txt and fastcgi.txt changes from [4897]Adrian Holovaty
2007-04-01Fixed #3047 -- Updated fastcgi documentation to mention SCGI and AJP support.Malcolm Tredinnick
2007-04-01Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.Malcolm Tredinnick
2007-04-01Fixed #3889 -- Fixed incorrect anchor in link.Malcolm Tredinnick
2007-04-01Fixed #3810 -- In newforms, copy attribute dictionaries before modifying themMalcolm Tredinnick
2007-04-01Negligible comment formatting change in django/db/models/base.py (from [4881])Adrian Holovaty
2007-04-01Negligible formatting change to humanize tests.py (from [4880])Adrian Holovaty
2007-04-01Edited docs/model-api.txt permalink changes from [4879]Adrian Holovaty
2007-04-01Documented HttpResponseBadRequest. Refs #3847 and [4867]Adrian Holovaty
2007-04-01Tweaked formatting so that comments are readable on 80-char terminals.Malcolm Tredinnick