summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-24[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-07-22[1.10.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-21[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Pyth...Dmitry Dygalo
2016-07-21[1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.Raphaël Hertzog
2016-07-21[1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-21[1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argu...Tim Graham
2016-07-19[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...Simon Charette
2016-07-19[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-18[1.10.x] Added CVE-2016-6186 to the security release archive.Tim Graham
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