summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04[1.10.x] Bumped version for 1.10.7 release.1.10.7Tim Graham
2017-04-04[1.10.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
This is a security fix.
2017-04-04[1.10.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in ↵Tim Graham
views.static.serve(). This is a security fix.
2017-04-04[1.10.x] Added stub release notes for security releases.Tim Graham
2017-03-31[1.10.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
2017-03-28[1.10.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
2017-03-27[1.10.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
Backport of 6585ebebaaa58aeef45210a3119dbaa322f8baca from master
2017-03-25[1.10.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965. Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
2017-03-17[1.10.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
Backport of e32265de1a68361ea078f49877ccb0f742508728 from master
2017-03-17[1.10.x] Fixed nondeterministic ordering test failure in model_forms.Mariusz Felisiak
Backport of 2767ef3ca7 from master
2017-03-15[1.10.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
Backport of 36f2262741311159e5c13eb5114fb9e902e2df31 from master
2017-03-11[1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.Mariusz Felisiak
Thanks Tim Graham for the review.
2017-03-07[1.10.x] Fixed #27905 -- Added ↵Raphael Merx
RelatedFieldWidgetWrapper.value_omitted_from_data(). Backport of fd75c8f2b7070774f6e90f408cb5cddf65b8734e from master
2017-03-07[1.10.x] Added stub release notes for 1.10.7.Tim Graham
Backport of 6c5348b9d2f49e0b06167ba782829e9754c05bf5 from master
2017-03-01[1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
2017-03-01[1.10.x] Fixed a backends test with psycopg2 2.7.Tim Graham
Backport of 49a63d08d3b3e2ac32e391d1413a4ac99429e4af from master
2017-03-01[1.10.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson
Backport of c1d652c62f4d03a36dfe5c3a93ab68076825423c from master
2017-03-01[1.10.x] Post-release version bump.Tim Graham
2017-03-01[1.10.x] Bumped version for 1.10.6 release.1.10.6Tim Graham
2017-03-01[1.10.x] Added release date for 1.10.6.Tim Graham
Backport of 4f22505a9f96688f27089b49983efd5c49381298 from master
2017-02-24[1.10.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham
Backport of 22eb15a18c16b93496f6e88ebe3a306daad492b1 from stable/1.11.x
2017-02-23[1.10.x] Fixed #27479 -- Fixed GDALClose prototypeSergey Fedoseev
Backport of faf8a253d3fc2d870fb7ab860581e942d2ad9fbc from master.
2017-02-21[1.10.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
Accuracy was incorrect when dates differ by a month or more. Backport of 4045fd56cb0f83d0f78de9aca073c7104e4cf8fd from master
2017-02-16[1.10.x] Fixed #27828 -- Fixed a crash when subtracting ↵Vytis Banaitis
Integer/DurationField from DateField on Oracle/PostgreSQL. Thanks Mariusz Felisiak for the Oracle workaround. Backport of d5088f838d837fc9e3109c828f18511055f20bea from master
2017-02-16[1.10.x] Clarified that creating a pull request for the tutorial isn't ↵Tim Graham
necessary. Backport of 57292725093eb470851b35174c10573bbf717117 from master
2017-02-14[1.10.x] Fixed GeoIP test failure with the latest data.Tim Graham
Backport of da2e92d25ea32a25679d99525365ac7ac8e297ee from stable/1.11.x
2017-02-13[1.10.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
Backport of 103e6cf26c17ae650b7caa3956b87a215334d761 from master
2017-02-13[1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
Backport of 2f10216f84b55920de25422842a66260219e393f from master
2017-02-11[1.10.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
The new override functionality claimed in refs #21379 doesn't work.
2017-02-08[1.10.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
2017-02-08[1.10.x] Fixed #27821 -- Clarified docs of the return value of ↵Tim Graham
Form.clean_<fieldname>(). Thanks Christian Ullrich for the report and review. Backport of 8863c475c53f2b44113f25b749a124a5bf3a02f2 from master
2017-02-07[1.10.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master
2017-02-06[1.10.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on ↵Tim Graham
model fields with a default. Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
2017-01-30[1.10.x] Added missing word in docs/howto/error-reporting.txt.Ryan Castner
Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
2017-01-30[1.10.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
2017-01-28[1.10.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub ↵Subhrajyoti Sen
workflow. Backport of f5bf11c72b267d717dd4379ec80f9f7c5185f80f from master
2017-01-17[1.10.x] Removed obsolete GIS install instructions.Tim Graham
Backport of 4054013e002aaed4efac8e2388fa3b694b61bac5 from master
2017-01-17[1.10.x] Fixed #27739 -- Documented LabelCommand.label.Ed Morley
Backport of 44cce3ed00afe7a404e9f6cba0f6292223c7fe0a from master
2017-01-17[1.10.x] Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley
Backport of d1eda9b4ad47c7773e65d90fd882e9d07759fe41 from master
2017-01-14[1.10.x] Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
Backport of 611ef422b173b450b1fc6f7f94eb262961b24e54 from master
2017-01-12[1.10.x] Fixed outdated log level in docs/topics/logging.txt.André Cruz
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283. Backport of e303739f8ee2ca1d087b527ce56f3f5bc5291049 from master
2017-01-11[1.10.x] Fixed typo in docs/topics/db/managers.txt.M Somerville
Backport of 56c87b51abca51c90cb5f2c10ec2def583bb92ad from master
2017-01-10[1.10.x] Fixed #27711 -- Demoted "Installing a distribution-specific ↵Tim Graham
package" in install intro. Backport of 991cd69621f95acd2192ac62a08eb139d3e22215 from master
2017-01-09[1.10.x] Removed SHOUTING in doc examples.Maxime Lorant
Backport of 241e1e3cd7669c5d8869ad4297b9edf6046ed7f0 from master
2017-01-04[1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
Backport of 944610a86c81f90c3c79e5440a5e2c706aa0ef62 from master
2017-01-04[1.10.x] Added stub release notes for 1.10.6.Tim Graham
Backport of a50926ede2f4ac388a962756316078f491110ba4 from master
2017-01-04[1.10.x] Post-release version bump.Tim Graham
2017-01-04[1.10.x] Bumped version for 1.10.5 release.1.10.5Tim Graham
2017-01-04[1.10.x] Added release date for 1.10.5.Tim Graham
Backport of 32b39619437ecb18bdd9038d062c49219f9488a8 from master
2017-01-04[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer ↵Tim Graham
files in remote storages. Thanks revimi for the initial patch. Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master