summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-24[1.7.x] Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-24[1.7.x] Corrected --noinput docs for makemigrations; refs #23407.Tim Graham
2014-09-24[1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-24[1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() h...Justin Caratzas
2014-09-23[1.7.x] Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23[1.7.x] Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23[1.7.x] Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.Sergey Fedoseev
2014-09-22[1.7.x] Fixed #23535 -- Updated tutorial to account for default filter added ...velis74
2014-09-22[1.7.x] Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
2014-09-21[1.7.x] Fixed #23512 -- Made migration docs about initial_data clearerOla Sitarska
2014-09-21[1.7.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-21[1.7.x] Fixed #23530 -- Specified PyYAML requirement in initial-data.txtClaude Paroz
2014-09-19[1.7.x] Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19[1.7.x] Made a GIS test work on Oracle.Tim Graham
2014-09-19[1.7.x] Fixed some flake8 errors.Tim Graham
2014-09-19[1.7.x] Skipped an unsupported test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Fixed an inspectapp test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-19[1.7.x] Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-19[1.7.x] Improved GIS migration test cleanup; refs #23504.Tim Graham
2014-09-19[1.7.x] Fixed a formatting issue in the 1.7 release notes.Aymeric Augustin
2014-09-17[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant ...Malte Beckmann
2014-09-17[1.7.x] Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-17[1.7.x] Fixed #23491 -- Clarified tutorial 3.Tim Graham
2014-09-17[1.7.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-16[1.7.x] Added 1.7.1 release notes for refs #23492.Tim Graham
2014-09-16[1.7.x] Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-15[1.7.x] Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham
2014-09-15[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...valtron
2014-09-13[1.7.x] Forwardported 1.4.16 release notes.Tim Graham
2014-09-13[1.7.x] Added 1.7.1 release notes for refs #23483.Tim Graham
2014-09-13[1.7.x] Fixed #23478 -- Complemented sqlmigrate command helpClaude Paroz
2014-09-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-11[1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a...Tim Graham
2014-09-11[1.7.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.7.x] Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10[1.7.x] Avoided using deprecated version of importlib; refs #23418.Tim Graham
2014-09-10[1.7.x] Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-10[1.7.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-10[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09[1.7.x] Note re migrations importing custom fieldsGreg Brown
2014-09-09[1.7.x] Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-09[1.7.x] Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-09[1.7.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
2014-09-08[1.7.x] Fixed flake8 warning.Tim Graham