summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick2007-04-034-16/+39
* Fixed #3901 -- Updated Brazilian Portugese translation. Thanks Daniel AlvesMalcolm Tredinnick2007-04-033-825/+1470
* Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.Malcolm Tredinnick2007-04-032-0/+54
* Fixed #3887 -- Fixed formatting error in docstring that was causing problems inMalcolm Tredinnick2007-04-031-1/+3
* Fixed #3882 -- Changed error messages in Brazilian localflavor to be inMalcolm Tredinnick2007-04-032-12/+12
* Fixed #3900 -- Included missing function in utils/translation/__init__.py.Malcolm Tredinnick2007-04-031-1/+4
* Delayed the reading of settings.USE_I18N until the first use of the i18nMalcolm Tredinnick2007-04-022-11/+92
* Fixed #3600 -- Made smart_unicode respect deferred evaluation in the caseMalcolm Tredinnick2007-04-022-0/+27
* Typo fix.Malcolm Tredinnick2007-04-011-1/+1
* Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick2007-04-011-8/+17
* Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick2007-04-015-17/+83
* More ReST antics with docs/fastcgi.txtAdrian Holovaty2007-04-011-4/+5
* Fixed ReST error in docs/fastcgi.txtAdrian Holovaty2007-04-011-2/+2
* Edited faq.txt and fastcgi.txt changes from [4897]Adrian Holovaty2007-04-012-10/+13
* Fixed #3047 -- Updated fastcgi documentation to mention SCGI and AJP support.Malcolm Tredinnick2007-04-014-13/+34
* Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField.Malcolm Tredinnick2007-04-011-1/+2
* Fixed #3889 -- Fixed incorrect anchor in link.Malcolm Tredinnick2007-04-011-1/+1
* Fixed #3810 -- In newforms, copy attribute dictionaries before modifying themMalcolm Tredinnick2007-04-013-1/+19
* Negligible comment formatting change in django/db/models/base.py (from [4881])Adrian Holovaty2007-04-011-1/+2
* Negligible formatting change to humanize tests.py (from [4880])Adrian Holovaty2007-04-011-3/+3
* Edited docs/model-api.txt permalink changes from [4879]Adrian Holovaty2007-04-011-10/+8
* Documented HttpResponseBadRequest. Refs #3847 and [4867]Adrian Holovaty2007-04-011-0/+4
* Tweaked formatting so that comments are readable on 80-char terminals.Malcolm Tredinnick2007-04-011-9/+10
* Fixed #3879 -- Updated Norwegian social security validation rules. Thanks,Malcolm Tredinnick2007-04-011-2/+4
* Moved localflavor form tests into their own file.Malcolm Tredinnick2007-04-012-839/+850
* Fixed #2841 -- Clarified documentation on procedure for field validation. Tha...Russell Keith-Magee2007-04-011-4/+4
* Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee2007-04-014-9/+9
* Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick2007-03-312-1/+15
* Fixed #3017 -- Added tests for humanize filter.Malcolm Tredinnick2007-03-311-2/+4
* Fixed #3540 -- Updated permalink documentation to fix an error and document howMalcolm Tredinnick2007-03-311-4/+28
* Fixed #3635 -- Fixed KeyError problem in newforms.model.save_instance().Malcolm Tredinnick2007-03-311-2/+3
* Fixed #3801 -- Added note about double-escaping Windows paths when configuringMalcolm Tredinnick2007-03-311-0/+13
* Fixed #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.comMalcolm Tredinnick2007-03-311-0/+18
* Fixed #3879 -- Added Norwegian localflavor. Thanks bp@datakortet.noMalcolm Tredinnick2007-03-314-0/+108
* Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.Malcolm Tredinnick2007-03-315-0/+193
* Fixed #3473 -- Corrected access to get in manager (probably introduced as par...Russell Keith-Magee2007-03-311-1/+1
* Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick2007-03-301-2/+2
* Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick2007-03-305-4/+23
* Fixed #3847 -- Added validation support for Finnish social security numbers.Malcolm Tredinnick2007-03-302-1/+70
* Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.Malcolm Tredinnick2007-03-305-0/+501
* Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr.Malcolm Tredinnick2007-03-301-0/+3
* Refactored the HttpResponse sub-classes so that adding a subclass that onlyMalcolm Tredinnick2007-03-301-15/+16
* Fixed #3840 -- Attempted to clarify how to specify the settings fileMalcolm Tredinnick2007-03-301-1/+2
* Fixed #3824 -- Updated Japanese translations. Thanks, Makoto Tsuyuki.Malcolm Tredinnick2007-03-304-123/+435
* Fixed #3866 -- Added Italian localflavors contribution fromMalcolm Tredinnick2007-03-305-0/+171
* Fixed #3673 -- Updated Telugu translation. Thanks Pavithran.Malcolm Tredinnick2007-03-302-66/+66
* Fixed #3823 -- Updated Argentinean Spanish translation. Thanks, Ramiro Morales.Malcolm Tredinnick2007-03-302-1199/+1311
* Fixed #3836 -- Updated French translation. Thanks Baptiste.Malcolm Tredinnick2007-03-302-8/+16
* Fixed ReST error in docs/webdesign.txtAdrian Holovaty2007-03-301-0/+1
* Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...Adrian Holovaty2007-03-308-107/+198