summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-01[1.10.x] Bumped version for 1.10 release.1.10Tim Graham
2016-08-01[1.10.x] Added release dates for 1.10 and 1.9.9Tim Graham
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-08-01Pulled core Django translations from TransifexClaude Paroz
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ...Jon Dufresne
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty dat...Tim Graham
2016-07-31[1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget initiali...Claude Paroz
2016-07-30[1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relat...Tim Graham
2016-07-30[1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.Tim Graham
2016-07-30[1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.Ana Balica
2016-07-29[1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka
2016-07-28[1.10.x] Fixed a typo in tests/middleware/test_security.pyTim Graham
2016-07-28[1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQ...Sergey Fedoseev
2016-07-28[1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.Sergey Fedoseev
2016-07-27[1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall
2016-07-27[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-27[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.Tim Graham
2016-07-25[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from vi...Alex Hill
2016-07-25[1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic...Tim Graham
2016-07-25[1.10.x] Refs #25232 -- Documented AllowAll*Backend in "new features" section...Markus Holtermann
2016-07-25[1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-07-25[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering...Tim Graham
2016-07-24[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the deb...Jon Dufresne
2016-07-24[1.10.x] Added stub release notes for 1.9.9.Jon Dufresne
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