summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-05-01Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick
2007-05-01Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.Malcolm Tredinnick
2007-04-28Renamed one test to avoid a name-clash with an earlier test of the same name.Malcolm Tredinnick
2007-04-28Fixed #3268 -- Changed default model formfields to use a select widget when theMalcolm Tredinnick
2007-04-27Fixed #3698 -- Modified newforms labels to only add a colon if the label text...Russell Keith-Magee
2007-04-27Added tests for Brazilian CRPF field that were accidentally omitted in [5089].Malcolm Tredinnick
2007-04-27Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure weMalcolm Tredinnick
2007-04-27Renamed filter template tests to be in their own sequence. Makes it easier toMalcolm Tredinnick
2007-04-26Fixed inconsistent period usage in localflavor.br error messages from [5089]Adrian Holovaty
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-26Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers)Malcolm Tredinnick
2007-04-26Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...Russell Keith-Magee
2007-04-26Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl.Malcolm Tredinnick
2007-04-26Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ directoryMalcolm Tredinnick
2007-04-25Fixed #3543 -- Be a bit more tolerant of spaces following the commaMalcolm Tredinnick
2007-04-25Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printedMalcolm Tredinnick
2007-04-24Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect...Russell Keith-Magee
2007-04-21Fixed #3749 -- Set the context correctly when using the "filter" template tag.Malcolm Tredinnick
2007-04-21Fixed #4098 -- fixed a syntax error when reporting errors in "with" templateMalcolm Tredinnick
2007-04-17Fixed #3866 -- Added Italian Social Security and VAT input fields to localfla...Russell Keith-Magee
2007-04-17Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe...Russell Keith-Magee
2007-04-10Fixed #3983 -- Fixed misspelled Delaware in localflavor unit testsAdrian Holovaty
2007-04-09Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols'...Adrian Holovaty
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-06Fixed inconsistent indentation in localflavor/de/forms.py from [4922]Adrian Holovaty
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-05Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.Malcolm Tredinnick
2007-04-04Removed an umlaut, since our i18n support (creating PO files) doesn't workMalcolm Tredinnick
2007-04-04Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,Malcolm Tredinnick
2007-04-04Fixed #3919 -- Added German identity card number validation to GermanMalcolm 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 #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.Malcolm Tredinnick
2007-04-03Fixed #3882 -- Changed error messages in Brazilian localflavor to be inMalcolm Tredinnick
2007-04-02Fixed #3600 -- Made smart_unicode respect deferred evaluation in the caseMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-04-01Fixed #3810 -- In newforms, copy attribute dictionaries before modifying themMalcolm Tredinnick
2007-04-01Negligible formatting change to humanize tests.py (from [4880])Adrian Holovaty
2007-04-01Moved localflavor form tests into their own file.Malcolm Tredinnick
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 #3866 -- Added tests for localflavor/it. Thanks flavio.curella@gmail.comMalcolm Tredinnick
2007-03-31Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.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