summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-09[1.10.x] Removed obsolete note about Sphinx version required for building docs.Tim Graham
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-09[1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible w...Ville Skyttä
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
2016-08-08[1.10.x] Fixed typos in db-api GIS docsClaude Paroz
2016-08-08[1.10.x] Fixed #27028 -- Clarified failed parallel tests message.Adam Zapletal
2016-08-06[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects ...Sjoerd Job Postmus
2016-08-06[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the firs...Ben Demboski
2016-08-06[1.10.x] Fixed a few grammar issues in working-with-git doc.Adam Zapletal
2016-08-05[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied s...Jarek Glowacki
2016-08-05[1.10.x] Edited docs of test.utils.setup/teardown_test_environment().Chris Jerdonek
2016-08-05[1.10.x] Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-08-05[1.10.x] Fixed #26986 -- Documented force_login() delegation to auth backends.Tim Graham
2016-08-04[1.10.x] Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.Tim Graham
2016-08-04[1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz
2016-08-03[1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.Tim Graham
2016-08-03[1.10.x] Fixed a GeoIP test failure with the latest data.Tim Graham
2016-08-03[1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField w...Alex Hill
2016-08-03[1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.Sergey Yurchenko
2016-08-03[1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in...Tim Graham
2016-08-02[1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline...Tim Graham
2016-08-02[1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous c...Tim Graham
2016-08-02[1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NU...Tim Graham
2016-08-01[1.10.x] Fixed admin_utils test failures due to translation updates.Tim Graham
2016-08-01[1.10.x] Added stub release notes for 1.10.1.Tim Graham
2016-08-01[1.10.x] Post-release version bump.Tim Graham
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