| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | [1.7.x] Update for 1.7b2 security release.1.7b2 | James Bennett | |
| 2014-04-21 | [1.7.x] Added information on resolved security issues to release notes. | Erik Romijn | |
| Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master | |||
| 2014-04-21 | [1.7.x] Fixed queries that may return unexpected results on MySQL due to ↵ | Erik Romijn | |
| typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master | |||
| 2014-04-21 | [1.7.x] Corrected the section identifier for MySQL unicode reference. | Matt Lauber | |
| Backport of b2514c02e1 from master | |||
| 2014-04-19 | [1.7.x] Fixed #22417 -- Added additional documentation for refs #16969. | Tim Graham | |
| Thanks Jon Foster for the report. Backport of 1b3a3fc1e4 from master | |||
| 2014-04-18 | [1.7.x] Moved RemoteUserBackend documentation to reference guide. | Tim Graham | |
| Backport of 26d118c3fe from master | |||
| 2014-04-18 | [1.7.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collation | Moayad Mardini | |
| Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master | |||
| 2014-04-18 | [1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block. | Tim Graham | |
| Backport of 6b2ce38c49 from master | |||
| 2014-04-18 | [1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from ↵ | Tim Graham | |
| Model.save(). Backport of b43bbd6d39 from master | |||
| 2014-04-18 | [1.7.x] Added some missing items to the 1.6.3 release notes. | Tim Graham | |
| Backport of c2b269df6e from master | |||
| 2014-04-18 | [1.7.x] Fixed #22471 -- Corrected misprint in i18n docs | Erik Romijn | |
| Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master. | |||
| 2014-04-17 | [1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated. | Tim Graham | |
| Thanks Karen Tracey for the report. Backport of a4acb80463 from master | |||
| 2014-04-17 | [1.7.x] Confirmed support for PostGIS 2.1 and GDAL 1.10 | Claude Paroz | |
| Refs #22456. Backport of 3cea917e3e from master. | |||
| 2014-04-16 | [1.7.x] Fixed #22220 -- Added more examples to reverse() documention. | Ben Davis | |
| Thanks EvilDMP for the suggestions. Backport of 030dd4f72c from master | |||
| 2014-04-16 | [1.7.x] Fixed #22455 -- Documented return values for send_mail and ↵ | Mariano Rezk | |
| send_mass_mail Backport of 7cd74fc96ee982acfed7a98e76d4623eabde146d from master. | |||
| 2014-04-16 | [1.7.x] Fixed #22457 -- Fixed contributing guide w/o github set-up | Jordi Yeh | |
| The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d from master. | |||
| 2014-04-16 | [1.7.x] Fixed spelling errors in documentation. | Tim Graham | |
| Backport of b5ce21accb from master | |||
| 2014-04-16 | [1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. Backport of eefad142de from master | |||
| 2014-04-16 | [1.7.x] Added a note regarding django.contrib.auth.authenticate. | Tim Graham | |
| Thanks Josh Brown for the suggestion. Backport of ae5b662796 from master | |||
| 2014-04-16 | [1.7.x] Added RemoteUserMiddleware to middleware reference page. | Tim Graham | |
| Backport of 465980d070 from master | |||
| 2014-04-15 | [1.7.x] Fixed #22443 -- Document smtp.EmailBackend.timeout default value | Mariano Rezk | |
| Django 1.7 introduces a new timeout parameter for the SMTP email backend: http://docs.djangoproject.com/en/dev/topics/email/#django.core.mail.backends.smtp.EmailBackend.timeout However, there was no mention of the default value for this parameter. Backport of 4e3d8ae61055dbb83d193585f2f36af6537b31cc from master. | |||
| 2014-04-15 | [1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4. | Tim Graham | |
| Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master | |||
| 2014-04-14 | [1.7.x] Improve migrations/schema docs | Andrew Godwin | |
| 2014-04-13 | [1.7.x] Fixed #22398 -- Added detail about callable in KEY_FUNCTION docs | arachnegl | |
| Backport of 8da86fd19b from master | |||
| 2014-04-13 | [1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for ↵ | valtron | |
| reverse FK. Regression introduced by commit 9777442. Refs #21410. Backport of d3b71b976d from master | |||
| 2014-04-12 | [1.7.x] Also allowed a non-overridden setting to be deleted | Claude Paroz | |
| Refs #20032, #18824. Thanks ztorstri at gmail.com for the report. Backport of 3417ba0309 from master. | |||
| 2014-04-12 | [1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before ↵ | Claude Paroz | |
| unittest.TestCase ones Thanks aptiko for the report and Tim Graham for the review. Backport of 3e3a7372f5 from master. | |||
| 2014-04-10 | [1.7.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. | Tim Graham | |
| Thanks Josh Kupershmidt. Backport of c487b1e230 from master | |||
| 2014-04-10 | [1.7.x] Fixed #21353 -- Noted that description is ignored for TabularInlines. | Tim Graham | |
| Thanks nofinator for the report. Backport of d5031ecf88 from master | |||
| 2014-04-10 | [1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword. | John Paulett | |
| Python 2 getpass on Windows does not accept unicode, even when containing on ASCII characters. Related #190807. Backport of b5a9166f7e from master | |||
| 2014-04-10 | [1.7.x] Fixed #22194 -- Added --list-tags option to check command. | Tim Graham | |
| Thanks Elvard for the patch. Backport of 395d75ea6b from master | |||
| 2014-04-10 | [1.7.x] Fixed #22412 -- More nuanced advice re template filters and exceptions. | Carl Meyer | |
| Thanks Tim for review. Backport of 7e3834adc9 from master | |||
| 2014-04-10 | [1.7.x] Documentation fixes for the select_for_update change. | Shai Berger | |
| Refs #22343; thanks Tim Graham for the fixes. Backport of 59b1d30 from master | |||
| 2014-04-10 | [1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode | Shai Berger | |
| The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. Backport of b990df1d63 from master | |||
| 2014-04-09 | [1.7.x] Noted that pip is included with Python 3.4 in Windows install guide. | Tim Graham | |
| Thanks CHI Cheng. Backport of 11e7254c3d from master | |||
| 2014-04-09 | [1.7.x] Fixed small typo in django-admin.txt | ejstronge | |
| The word 'by' seemed to be missing from the first line of the compilemessages command. Backport of 5ca522b9ed from master | |||
| 2014-04-08 | [1.7.x] Fixed #16205 -- Added an installation for Windows. | Anubhav Joshi | |
| Backport of d35d2f61c5 from master | |||
| 2014-04-08 | [1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txt | Tim Graham | |
| Backport of a1fa6fcabc from master | |||
| 2014-04-08 | [1.7.x] Fixed casing of "GeoDjango". | Tim Graham | |
| 2014-04-08 | [1.7.x] Fixed #9535 -- Added a reference guide for file upload classes. | Anubhav Joshi | |
| Backport of c8c2b8a638 from master | |||
| 2014-04-08 | [1.7.x] Fixed #22405 -- Fixed string error in models/queries docs. | Anubhav Joshi | |
| Backport of 36de29200e1ea713c278f7672ab1790e1500c423 from master. | |||
| 2014-04-07 | [1.7.x] Added missing request parameter to get_current_site(). | Yin Jifeng | |
| Backport of d6c9bdd825 from master | |||
| 2014-04-05 | [1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc. | Tim Graham | |
| Backport of d2f4553d705951ca8043d687f9493c559f494a0c from master | |||
| 2014-04-05 | [1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user ↵ | Tim Graham | |
| password changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. Backport of fd23c06023 from master | |||
| 2014-04-04 | [1.7.x] Fixed #22380 -- Missing SECRET_KEY variable in sample settings file ↵ | Vishal Lal | |
| for testing Backport of 8f621b83e9 from master. | |||
| 2014-04-03 | [1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data(). | Vishal Lal | |
| Thanks simon29 for the report. Backport of a8e2ec0e82 from master | |||
| 2014-04-02 | [1.7.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes. | Ramiro Morales | |
| e6ced2bb08 from master. | |||
| 2014-04-02 | [1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation. | Vishal Lal | |
| Thanks nliberg for the report. Backport of ca93f02c62 from master | |||
| 2014-04-01 | [1.7.x] Added 1.6.3 release note for refs #22256. | Claude Paroz | |
| 2014-03-31 | [1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves. | Tim Graham | |
| Backport of 981b864fbd from master | |||
