summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18[1.10.x] Bumped version for 1.10 release candidate 1.1.10rc1Tim Graham
2016-07-18[1.10.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-16[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
2016-07-15[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txtTim Graham
2016-07-15[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier
2016-07-15[1.10.x] Updated contrib.postgres translation catalogClaude Paroz
2016-07-14[1.10.x] Refs #26897 -- Added cleanup to i18n testClaude Paroz
2016-07-14[1.10.x] Refs #26897 -- Missing directory containment in i18n testClaude Paroz
2016-07-14[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
2016-07-14[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ...Claude Paroz
2016-07-14[1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.Jon Dufresne
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...Tim Graham
2016-07-14[1.10.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham
2016-07-14[1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-14[1.10.x] Reworded a sentence in tutorial 7.Daniel Rice
2016-07-13[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_f...Jon Dufresne
2016-07-12[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...Andrey Fedoseev
2016-07-12[1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for J...Md. Sadaf Noor
2016-07-11[1.10.x] Linked "Features removed" release notes to corresponding deprecation...Tim Graham
2016-07-11[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during d...Julien Hartmann
2016-07-09[1.10.x] Fixed numpy deprecation warning silencing in template_tests.Baptiste Mispelon
2016-07-09[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.Loïc Bistuer
2016-07-08[1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.Simon Charette
2016-07-08[1.10.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-07-06[1.10.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.10.x] Improved grammar in tutorial01.Daniel Rice
2016-07-06[1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-07-06[1.10.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-07-04[1.10.x] Fixed a typo in auth docs.Jiang Haiyun
2016-07-02[1.10.x] Fixed #26832 -- Added translated language name on the get_language_i...Leila20
2016-07-02[1.10.x] Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-07-01[1.10.x] Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-30[1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-30[1.10.x] Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester
2016-06-29[1.10.x] Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29[1.10.x] Removed contrib-messages entry in Transifex config fileClaude Paroz
2016-06-29[1.10.x] Added Upper/Lower Sorbian languagesClaude Paroz
2016-06-29[1.10.x] Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-28[1.10.x] Refs #23386 -- Documented that F() expressions are applied on each m...Tsering
2016-06-28[1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-06-28[1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-28[1.10.x] Fixed #26786 -- Avoided redundant max value validators on integer fi...Eduard Stepanov
2016-06-28[1.10.x] Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_co...Aaron Elliot Ross
2016-06-27[1.10.x] Refs #26034 -- Corrected a schema test to work with the correct fiel...Jon Dufresne
2016-06-27[1.10.x] Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-27[1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validatio...Anderson Resende
2016-06-24[1.10.x] Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-06-22[1.10.x] Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson