| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-20 | Bumped version for 1.8.2 release1.8.2 | Tim Graham | |
| 2015-05-20 | [1.8.x] Added release date for 1.8.2. | Tim Graham | |
| Backport of ebe994a42ce92bb82a4e421c7c817d44747088a3 from master | |||
| 2015-05-20 | [1.8.x] Fixed incorrect session.flush() in cached_db session backend. | Tim Graham | |
| This is a security fix; disclosure to follow shortly. Thanks Sam Cooke for the report and draft patch. | |||
| 2015-05-20 | [1.8.x] Refs #24652 -- Made sure template backend tests call their super ↵ | Simon Charette | |
| setUpClass. Backport of ead36e8a471389a6032d825c8245245ebb89ea5d from master | |||
| 2015-05-20 | [1.8.x] Refs #24652 -- Converted a template test to avoid executing queries. | Simon Charette | |
| Backport of 8bf1449edb4139451643e3823b194b4c02ca7633 from master | |||
| 2015-05-20 | [1.8.x] Refs #24652 -- Enforced test isolation in file_storage tests. | Simon Charette | |
| Backport of 3db21c351b9b1108954c388799d35c8dad7dfc19 from master | |||
| 2015-05-20 | [1.8.x] Fixed typo in file_storage tests. | Tim Graham | |
| Backport of e2b77aceddbda9071fcfc38f90fb50d091d0b5fc from master | |||
| 2015-05-20 | [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions. | Anssi Kääriäinen | |
| Avoided split_exclude() for Q when used as an expression. Backport of bc87061a3c7c8d6b4d2469f35cc78683c6cff647 from master | |||
| 2015-05-20 | [1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt | latyas(懒) | |
| Backport of 8b106cfaa07dc04ad27a1a90c1eb03af80111695 from master | |||
| 2015-05-19 | [1.8.x] Fixed #24784 -- Fixed visibility regression in admin's FK widget. | Tim Graham | |
| Backport of fb94e7b8cf8f68629b51a4d4f2c37400ef1c7469 from master | |||
| 2015-05-19 | [1.8.x] Made minor edits to docs/intro/tutorial01.text | I am Clinton | |
| Backport of f3b51f51931d42cbba8a18e34d0aaee1b2f085bc from master | |||
| 2015-05-18 | [1.8.x] Fixed #24739 -- Documented translation fallback change | Claude Paroz | |
| Refs #24503. Backport of 1046c8afec from master. | |||
| 2015-05-18 | [1.8.x] Added docs for assertRaisesMessage as context manager. | Tim Graham | |
| Backport of a0175724b086127a4e13612042961d3ba88d6bd9 from master | |||
| 2015-05-18 | [1.8.x] Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and ↵ | Tim Graham | |
| migrations tests. Backport of f5da4380723c93998a4f5a845b6f26fa51a2cfe1 from master | |||
| 2015-05-18 | [1.8.x] Fixed typos in docs/ref/request-response.txt | I am Clinton | |
| Backport of e4f0e5a981e1965bd6b6b5d51f87499fa5f780b3 from master | |||
| 2015-05-17 | [1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions. | Tim Graham | |
| Thanks Markus Holtermann for review. Backport of 307acc745a4e655c35db96f96ceb4b87597dee49 from master | |||
| 2015-05-17 | [1.8.x] Fixed typo in docs/topics/http/sessions.txt | Tim Graham | |
| Backport of fc1eea59c0c09b306f0391735491fa43cbed4d7a from master | |||
| 2015-05-15 | [1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't available | Claude Paroz | |
| Thanks Carl Meyer and Tim Graham for the reviews. Backport of 322605035 from master. | |||
| 2015-05-15 | [1.8.x] Fixed #24799 -- Fixed session cookie deletion when using ↵ | Bo Lopker | |
| SESSION_COOKIE_DOMAIN Backport of 2dee853ed4def42b7ef1b3b472b395055543cc00 from master | |||
| 2015-05-15 | [1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined ↵ | Claude Paroz | |
| index removal Thanks Thomas Recouvreux for the report and Tim Graham for the tests and review. Backport of ae635cc36 from master. | |||
| 2015-05-15 | [1.8.x] Fixed #24802 -- Delayed GDAL check for OSMGeoAdmin | Tim Graham | |
| Backport of a37dcfd0a38cff24eb4fb5e3858791aa5428c853 from master | |||
| 2015-05-14 | [1.8.x] Minor edits to docs/topics/http/urls.txt | I am Clinton | |
| Backport of dce004ab72e26103a86e98994de7f2cef9321f9b from master | |||
| 2015-05-13 | [1.8.x] Fixed #24751 -- Fixed HStoreField isnull lookup. | Tim Graham | |
| Backport of 3c8fe5dddf34533a419d2deed5208a28de32cb4a from master | |||
| 2015-05-13 | [1.8.x] Refs #24743 -- Clarified migrations performance note in 1.8.1 ↵ | Tim Graham | |
| release notes. Backport of 81d4ce4a6d21f0e65cabb253927770b3616cb560 from master | |||
| 2015-05-13 | [1.8.x] Fixed broken link in settings docs | Piotr Jakimiak | |
| Backport of ca51c559154fe11008c6b59d908e1c957c30cac6 from master | |||
| 2015-05-13 | [1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc example | Charles Dee Rice | |
| Arguments shown in example code (signal, sender, instance) appeared to be the incorrect positional arguments for a post_save signal (which might start as: sender, instance, created), as documented: https://docs.djangoproject.com/en/1.8/ref/signals/#post-save Backport of 4f3c44424187de20d7f75fdde6624b9f683a9cf2 from master. | |||
| 2015-05-12 | [1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value() | Abhaya Agarwal | |
| Fixed crashes with ForeignKey to UUIDField and inheritance with UUIDField primary keys. | |||
| 2015-05-12 | [1.8.x] Light edits to docs/topics/forms/index.txt | I am Clinton | |
| Backport of ec74dba2ab3f04fb828c0b926b49f63ec8486dd8 from master | |||
| 2015-05-11 | [1.8.x] Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries | Anssi Kääriäinen | |
| When the query's model had a self-referential foreign key, the compiler.get_group_by() code incorrectly used the self-referential foreign key's column (for example parent_id) as GROUP BY clause when it should have used the model's primary key column (id). Backport of adc57632bc26cc8fe42bdb6aff463f883214980a from master | |||
| 2015-05-11 | [1.8.x] Fixed #24766 -- Added join promotion for Case expressions | Anssi Kääriäinen | |
| Backport of be9d645346a20a6c394bf70d47b1b1d5c81ff530 from master | |||
| 2015-05-11 | [1.8.x] Fixed #24780 -- Removed outdated discussion of signals and custom users. | Tim Graham | |
| Backport of 8e86d9d3dfd68bebbfd1dd5006e0c25696855269 from master | |||
| 2015-05-09 | [1.8.x] Fixed typo in docs/topics/testing/tools.txt | Ian Foote | |
| Backport of c21b832c1260c6ad4bd8527338a65f6d8930feaf from master | |||
| 2015-05-08 | [1.8.x] Fixed #24758 -- Corrected Options.get_fields() docstring. | Tim Graham | |
| Backport of b99114f67f0e5eba3b1d31641906b75a14fd2fa0 from master | |||
| 2015-05-08 | [1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs. | David Krisch | |
| Backport of 1a62f197078eae72eba85f23aabacc06ad4c7d79 from master | |||
| 2015-05-07 | [1.8.x] Fixed typo in docs/ref/models/expressions.txt | Ian Foote | |
| Backport of 756a7272529bb014b9543f4a169e9c8abd2a0a4b from master | |||
| 2015-05-07 | [1.8.x] Fixed typo in 1.8 release notes. | Michael Blatherwick | |
| Backport of 3baebf52aa0850de3ebadcbe1eda7e6e9a2c6c44 from master | |||
| 2015-05-06 | [1.8.x] Fixed #24750 -- Updated two contrib.gis comment links | Tim Graham | |
| Backport of 783572abc4cbbdf3272801d5d19ff8d7d5f2189d from master | |||
| 2015-05-06 | [1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt | Sławomir Ehlert | |
| Backport of 64ed8cdc9f2f7333b2a9fd6b318f520278c39293 from master | |||
| 2015-05-05 | [1.8.x] Fixed #24752 -- query crash when reusing Case expressions | Anssi Kääriäinen | |
| Case expressions weren't copied deep enough (self.cases list was reused resulting in an error). Backport of 7b05d2fdaed582662d8f79130932f600f4f966a0 from master | |||
| 2015-05-05 | [1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute | Abhaya Agarwal | |
| Backport of 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 from master | |||
| 2015-05-04 | [1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3. | Milan Broum | |
| The inner import was dropped during the reorganizing of the database backends in commit 28308078f397d1de36fd0da417ac7da2544ba12d. Backport of 95058606c89ba2dc95205487fa837ec39cf41ed5 from master | |||
| 2015-05-04 | [1.8.x] Used a simpler word that doesn't fail the spelling checker. | Tim Graham | |
| Backport of 17b1f7886c276086bbb471c0d5c3b510319f8bbb from master | |||
| 2015-05-04 | [1.8.x] Added release notes for previous commit. | Aymeric Augustin | |
| Backport of 81f7651 from master | |||
| 2015-05-04 | [1.8.x] Fixed #24685 -- Fixed check for template name unicity. | Aymeric Augustin | |
| Thanks Preston Timmons for the report. Backport of 1563b89 from master | |||
| 2015-05-02 | [1.8.x] Fixed typo in translation import statement | José Padilla | |
| Backport of b0bd1f0e19857ed8c085f4621c5b7fcfde5ec040 from master | |||
| 2015-05-01 | [1.8.x] Added stub release notes for 1.8.2. | Tim Graham | |
| Backport of 3cb386b8c2b2d7d72a3778c89d5d1f997fa0cad8 from master | |||
| 2015-05-01 | [1.8.x] Post-release version bump. | Tim Graham | |
| 2015-05-01 | [1.8.x] Bumped version for 1.8.1 release.1.8.1 | Tim Graham | |
| 2015-05-01 | [1.8.x] Added dates to release notes. | Tim Graham | |
| Backport of 06aaed41a4a9b8da8aca5854a45e457c0b72210e from master | |||
| 2015-05-01 | [1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows. | Tim Graham | |
| Backport of 3c4fca271bd6850d252c4b637871e597484804d1 from master | |||
