| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-17 | Fixed #23495 -- Stopped swallowing real settings import error | Claude Paroz | |
| Thanks papaloizouc for the report. | |||
| 2014-09-17 | Updated release notes for backporting locale additions; refs #23368 and #23417. | Tim Graham | |
| 2014-09-17 | Fixed #21775 -- Allowed customization of datafile for Oracle tablespace | Josh Smeaton | |
| 2014-09-17 | Fixed #23491 -- Clarified tutorial 3. | Tim Graham | |
| Thanks diek for the suggestion. | |||
| 2014-09-17 | Fixed #23499 -- Error in built-in template tag "now" documentation | Joseph Dougherty | |
| 2014-09-16 | Moved some people to "past team members". | Tim Graham | |
| 2014-09-16 | Fixed typo in docs/internals/roles.txt and added words to spelling_wordlist. | Tim Graham | |
| 2014-09-16 | Added 1.7.1 release notes for refs #23492. | Tim Graham | |
| 2014-09-16 | Fixed #23492 -- Restored F.__deepcopy__. | Baptiste Mispelon | |
| This reverts commit 3a66035107a640c4905f0a5f247a45f32dbe16d7. A regression test was also added. | |||
| 2014-09-16 | Fixed #19463 -- Added UUIDField | Marc Tamlyn | |
| Uses native support in postgres, and char(32) on other backends. | |||
| 2014-09-15 | Fixed #23486 -- Corrected makemigrations output in tutorial 1. | Tim Graham | |
| Thanks nmarler for the report. | |||
| 2014-09-15 | Fixed #23474 -- Prevented migrating backwards from unapplying the wrong ↵ | valtron | |
| migrations. | |||
| 2014-09-15 | Move my bio to "Past team members" section whilst I'm inactive. | Simon Meers | |
| 2014-09-14 | Fixed occasional selenium test failure on Jenkins with Chrome 36+. | Tim Graham | |
| Previously find_element_by_id('id_password') on the next line failed with NoSuchElementException and selenium.page_source was <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>. Possibly related: https://code.google.com/p/selenium/issues/detail?id=1969. | |||
| 2014-09-13 | Fixed broken link in 1.7 release notes. | Tim Graham | |
| 2014-09-13 | Factorized create_index_sql expression | Claude Paroz | |
| 2014-09-13 | Fixed #23397 -- Stripped whitespace from base64 during chunking | Jason Hobbs | |
| This insures the actual base64 content has a length a multiple of 4. Also added a test case for the failure. | |||
| 2014-09-13 | Fixed #23466 -- Removed seconds from all locale time output formats. | Malte Beckmann | |
| 2014-09-13 | Fixed #23461 -- Added EMAIL_TIMEOUT setting | José Padilla | |
| 2014-09-13 | Forwardported 1.4.16 release notes. | Tim Graham | |
| 2014-09-13 | Added 1.7.1 release notes for refs #23483. | Tim Graham | |
| 2014-09-12 | Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label. | Carl Meyer | |
| 2014-09-12 | Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names | Szilveszter Farkas | |
| Made sure the app labels stay unique for the AppConfigStubs, so migrations wouldn't fail if two dotted app names has the same last part (e.g. django.contrib.auth and vendor.auth) | |||
| 2014-09-12 | Added ops team to roles.txt. | Tim Graham | |
| 2014-09-12 | Fixed #17101 -- Integrated django-secure and added check --deploy option | Tim Graham | |
| Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews. | |||
| 2014-09-12 | Fixed #13843 -- Prevented AttributeError during geometry objects deletion | Claude Paroz | |
| 2014-09-12 | Prevented Attribute error in GDAL objects deletion | Claude Paroz | |
| 2014-09-12 | Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable ↵ | Flavio Curella | |
| attribute Thanks Tim Graham for the review. | |||
| 2014-09-11 | Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ↵ | Tim Graham | |
| rather than datetime. Thanks igorcc for the report. | |||
| 2014-09-11 | Added link to LogRecord attributes in logging.txt | Gabe Jackson | |
| 2014-09-10 | Added ordering to prevent non-deterministic test failure; refs #23099. | Tim Graham | |
| 2014-09-10 | Added some items to the 1.7.1 release notes. | Tim Graham | |
| 2014-09-10 | Avoided using deprecated version of importlib; refs #23418. | Tim Graham | |
| 2014-09-10 | Corrected indentation in a contrib.humanize test; refs #23340. | Tim Graham | |
| Thanks Zach Borboa for the report. | |||
| 2014-09-10 | Fixed typo in topics/forms/formsets.txt | Tim Graham | |
| 2014-09-10 | Fixed #20743 -- Added support for keyfile/certfile in SMTP connections. | Andi Albrecht | |
| Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch. | |||
| 2014-09-10 | Corrected grammar in migrations error message. | Markus Bertheau | |
| 2014-09-10 | Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW. | Malte Beckmann | |
| 2014-09-10 | Fixed #23452 -- Prevented infinite migrations for empty unique/index_together. | Markus Holtermann | |
| Thanks fwkroon for the report. | |||
| 2014-09-10 | Fixed an instance of 'an' before a word beginning with a consonant. | Iain Dawson | |
| 2014-09-09 | Fixed flake8 warnings. | Tim Graham | |
| 2014-09-09 | Fixed #23368 -- Overhauled the Welsh formats.py file. | Duncan Parkes | |
| The only debatable thing here is setting FIRST_DAY_OF_WEEK to 1. The only examples of calendars I can find in Welsh start on Monday, for example, the calendar on S4C (the only all Welsh TV station). http://www.s4c.co.uk/clic/c_clicschedule.shtml | |||
| 2014-09-09 | Merge pull request #3208 from gregplaysguitar/master | Andrew Godwin | |
| Note re migrations importing custom fields | |||
| 2014-09-10 | Note re migrations importing custom fields | Greg Brown | |
| 2014-09-09 | Fixed urlize after smart_urlquote rewrite | Claude Paroz | |
| Refs #22267. | |||
| 2014-09-09 | Fixed #22267 -- Fixed unquote/quote in smart_urlquote | Claude Paroz | |
| Thanks Md. Enzam Hossain for the report and initial patch, and Tim Graham for the review. | |||
| 2014-09-09 | Avoid the word "stupid". | Aymeric Augustin | |
| There's always a better word. | |||
| 2014-09-09 | Fixed #23442 -- Added django.__version__ per PEP 396. | Tim Graham | |
| Thanks abhillman for the suggestion and Claude Paroz for review. | |||
| 2014-09-09 | Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS | Flavio Curella | |
| 2014-09-09 | Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵ | Tim Graham | |
| define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review. | |||
