summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-15Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...valtron
2014-09-15Move my bio to "Past team members" section whilst I'm inactive.Simon Meers
2014-09-14Fixed occasional selenium test failure on Jenkins with Chrome 36+.Tim Graham
2014-09-13Fixed broken link in 1.7 release notes.Tim Graham
2014-09-13Factorized create_index_sql expressionClaude Paroz
2014-09-13Fixed #23397 -- Stripped whitespace from base64 during chunkingJason Hobbs
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-13Forwardported 1.4.16 release notes.Tim Graham
2014-09-13Added 1.7.1 release notes for refs #23483.Tim Graham
2014-09-12Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.Carl Meyer
2014-09-12Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesSzilveszter Farkas
2014-09-12Added ops team to roles.txt.Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-12Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz
2014-09-12Prevented Attribute error in GDAL objects deletionClaude Paroz
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham
2014-09-11Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham
2014-09-10Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10Avoided using deprecated version of importlib; refs #23418.Tim Graham
2014-09-10Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-10Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Corrected grammar in migrations error message.Markus Bertheau
2014-09-10Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.Malte Beckmann
2014-09-10Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.Markus Holtermann
2014-09-10Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09Fixed flake8 warnings.Tim Graham
2014-09-09Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-09Merge pull request #3208 from gregplaysguitar/masterAndrew Godwin
2014-09-10Note re migrations importing custom fieldsGreg Brown
2014-09-09Fixed urlize after smart_urlquote rewriteClaude Paroz
2014-09-09Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-09-09Fixed #23442 -- Added django.__version__ per PEP 396.Tim Graham
2014-09-09Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...Tim Graham
2014-09-09Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-09Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
2014-09-08Fixed #23399 -- Optimized django.utils.http.int_to_bas36()Tim Graham
2014-09-08Fixed flake8 warning.Tim Graham
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-08Added sorting to some admin_view tests to prevent transient failures; refs #2...Tim Graham
2014-09-08Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
2014-09-08Updated links to point to dev documentation.Markus Holtermann
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann