summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-11-29Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.Andrew Nester
2016-11-28Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-28Fixed #27321 -- Added detection for table case name sensitivity on MySQL.Adam Chainz
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-25Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-24Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa
2016-11-24Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-11-23Fixed typo in docs/topics/signals.txt.Daniel Musketa
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-22Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
2016-11-22Fixed #27295 -- Added a system check to prohibit model names that start or en...Quentin Fulsher
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-21Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.Tim Graham
2016-11-21Refs #23811 -- Corrected git bisect run example usage.François Freitag
2016-11-17Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-11-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev
2016-11-16Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-11-16Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
2016-11-15Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...Simon Charette
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-15Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.Jonatas CD
2016-11-15Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-12Documented GEOS 3.5 supportClaude Paroz
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief
2016-11-11Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-11Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn
2016-11-09Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09Fixed #27414 -- Doc'd that F() expressions on relations return pk values.Jop Reyntjes
2016-11-08Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-07Corrected release note location of BaseCommand.can_import_settings removal.Tim Graham
2016-11-06Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant
2016-11-06Fixed typo in docs/ref/middleware.txt.Tim Graham
2016-11-06Fixed #27133 -- Doc'd how to provide initial data with migrations.Krzysztof Żuraw
2016-11-06Added myself to the Ops team. (#7518)Tobias McNulty
2016-11-05Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMi...Adam Malinowski
2016-11-05Adjusted documentation of migration related commands.Krzysztof Gogolewski
2016-11-05Readded 'pytz' to spelling wordlist.Rivo Laks
2016-11-05Removed myself from the ops team.Aymeric Augustin