summaryrefslogtreecommitdiff
path: root/tests
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-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
2007-03-30Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.Malcolm Tredinnick
2007-03-30Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ...Adrian Holovaty
2007-03-29Fixed #3799 -- Added Lorem template tag for generation of random latin conten...Russell Keith-Magee
2007-03-27Fixed #3826: added a {% with %}. Thanks, SmileyChris.Jacob Kaplan-Moss
2007-03-25Fixed #3715 -- Added Japanese package to django.contrib.localflavor. Thanks, ...Adrian Holovaty
2007-03-25Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, Fa...Adrian Holovaty
2007-03-23Removed formatting from the select_related test title.Jacob Kaplan-Moss
2007-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2007-03-22Fixes #3212 -- Added code to test client to allow posting of multi-form value...Russell Keith-Magee
2007-03-20Fixed tests that broke after [4756].Malcolm Tredinnick
2007-03-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-13Added unit tests to fully check the performance of the serializer engines.Russell Keith-Magee
2007-03-13Modified expected output of one fixture doctest to make it non unix-specific.Russell Keith-Magee
2007-03-13Modified the internal dumpdata implementation to return the dumped data, rath...Russell Keith-Magee
2007-03-09Fixed #3670 -- Fixed template argument parsing so that it understands negativeMalcolm Tredinnick
2007-03-09Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick
2007-03-08Fixed #3616 -- Added some more data structure tests from Chris McAvoy.Malcolm Tredinnick
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-03-06Fixed #3654 -- Fixed test failure from [4665].Malcolm Tredinnick
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-03-01Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c...Jacob Kaplan-Moss
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss