summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi2014-03-014-6/+34
* Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn2014-03-013-24/+38
* Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov2014-03-011-0/+19
* Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...Baptiste Mispelon2014-03-011-0/+17
* Added patch_formats utility for i18n formatting testsClaude Paroz2014-03-011-25/+24
* Added release note and regression test for refs #21643.Tim Graham2014-02-281-0/+7
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-14/+0
* Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()vvojvoda2014-02-281-0/+27
* Replaced deprecated assertEqualsClaude Paroz2014-02-281-1/+1
* Fixed #22056 -- Omitted non-package directories when collecting testsClaude Paroz2014-02-261-6/+2
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-2/+20
* Added tests for django.contrib.admindocsGreg Chapple2014-02-232-11/+150
* Two whitespace changes to appease flake8Alex Gaynor2014-02-231-1/+1
* Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester2014-02-231-4/+20
* Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...Baptiste Mispelon2014-02-223-0/+19
* Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn2014-02-222-5/+5
* Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addressesErik Romijn2014-02-221-0/+7
* Fixed #21435 -- Improved error message when urlconf is empty.Baptiste Mispelon2014-02-221-2/+4
* Deprecated django.utils.text.javascript_quote.Baptiste Mispelon2014-02-222-13/+24
* Fixed test failures when running in a narrow Python build.Baptiste Mispelon2014-02-221-0/+5
* Added some tests for #21725.Baptiste Mispelon2014-02-225-0/+37
* Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...Bas Peschier2014-02-223-1/+69
* Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon2014-02-201-0/+8
* Fixed #22097 -- Fixed change detection for TypedChoiceFieldClaude Paroz2014-02-201-0/+1
* flake8 fixes (unused imports and variables).Tim Graham2014-02-181-1/+0
* Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz2014-02-183-0/+41
* Replaced 'test' by 'sqlall' management command in reverse_lazy testClaude Paroz2014-02-181-2/+2
* Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon2014-02-181-26/+0
* Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz2014-02-182-1/+23
* Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak2014-02-171-0/+10
* Use assertEqual instead of assertEquals.Baptiste Mispelon2014-02-171-1/+1
* Added the possibility to pass a stdin object to a management command.Baptiste Mispelon2014-02-171-0/+27
* Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin2014-02-171-0/+20
|\
| * Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.Baptiste Mispelon2014-02-131-0/+20
* | Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack852014-02-162-0/+22
* | Made the new template.Context.flatten() method a public API.Marek Wywiał2014-02-161-0/+11
* | Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-1/+3
* | Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...Baptiste Mispelon2014-02-151-1/+19
* | Fixed #21725 -- Fixed JavaScript quoting encoding.MattBlack852014-02-151-0/+5
* | Improved fix for #18373 -- backward compatibilityGrzegorz Nosek2014-02-151-4/+4
* | Fixed #22047 -- detecting related_name clash with inheritanceChristopher Medrela2014-02-151-0/+29
* | Fixed #21912 -- Improved error message if a view returns None.Aaron France2014-02-151-4/+4
* | Fixed #21765 -- Added support for comparing Context instancesMarek Wywiał2014-02-152-0/+18
* | Fixed #18373 - improved handling of Resolver404s from viewsGrzegorz Nosek2014-02-153-5/+13
* | Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang2014-02-152-2/+22
* | Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France2014-02-152-2/+47
* | Fixed #22035 -- reordered migration operationsAnton Baklanov2014-02-141-0/+19
* | Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos2014-02-143-2/+27
* | Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak2014-02-144-2/+72
* | Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton2014-02-141-0/+10