summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-04-01Fixed #3879 -- Updated Norwegian social security validation rules. Thanks,Malcolm Tredinnick
2007-04-01Moved localflavor form tests into their own file.Malcolm Tredinnick
2007-04-01Fixed #2841 -- Clarified documentation on procedure for field validation. Tha...Russell Keith-Magee
2007-04-01Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee
2007-03-31Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick
2007-03-31Fixed #3017 -- Added tests for humanize filter.Malcolm Tredinnick
2007-03-31Fixed #3540 -- Updated permalink documentation to fix an error and document howMalcolm Tredinnick
2007-03-31Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance().Malcolm Tredinnick
2007-03-31Fixed #3801 -- Added note about double-escaping Windows paths when configuringMalcolm Tredinnick
2007-03-31Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.comMalcolm Tredinnick
2007-03-31Fixed #3879 -- Added Norwegian localflavor. Thanks bp@datakortet.noMalcolm Tredinnick
2007-03-31Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.Malcolm Tredinnick
2007-03-31Fixed #3473 -- Corrected access to get in manager (probably introduced as par...Russell Keith-Magee
2007-03-30Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick
2007-03-30Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick
2007-03-30Fixed #3847 -- Added validation support for Finnish social security numbers.Malcolm Tredinnick
2007-03-30Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.Malcolm Tredinnick
2007-03-30Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr.Malcolm Tredinnick
2007-03-30Refactored the HttpResponse sub-classes so that adding a subclass that onlyMalcolm Tredinnick
2007-03-30Fixed #3840 -- Attempted to clarify how to specify the settings fileMalcolm Tredinnick