summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-12-09Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
2014-12-08Fixed typo in spatialite.txtClaude Paroz
2014-12-08Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-08Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.Tim Graham
2014-12-08Refs #23964 -- Added warning about case-insensitive, unique fields used with ...Jon Dufresne
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-06Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06Fixed typo in docs/ref/applications.txt.Peter Inglesby
2014-12-06Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
2014-12-05Corrected example in Form.has_changed() docs.Tim Graham
2014-12-04Added versionadded annotation for contrib.postgres.Tim Graham
2014-12-03Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-02Fixed incorrect use of rst section heirarchy in form fields docs.Elena Williams
2014-11-29Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-28Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen
2014-11-27Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães
2014-11-27Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-11-26Fixed #23801 -- Added warning when max_length is used with IntegerFieldMattBlack85
2014-11-26Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon
2014-11-25Added warning about get_inline_instances() permission checking; refs #23754.Simon Charette
2014-11-25Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-25Fixed typo in docs/ref/django-admin.txtRichard Olsson
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Fixed spelling in docs/ref/django-admin.txt.Tim Graham
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Updated an old note about GEOSGeometry.transformClaude Paroz
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-11-21Fixed #23865 -- documented how to assign errors to a field in Model.clean()Alasdair Nicol
2014-11-21Corrected Permission.max_length in docs; refs #8162.Sergey Fedoseev
2014-11-20Added missing backticks to form validation docsAlasdair Nicol
2014-11-20Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-19Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer
2014-11-18Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-16Merge pull request #3549 from psagers/masterJulien Phalip
2014-11-15Removed old version note in layermapping.txtClaude Paroz
2014-11-15Fixes a race condition in the documentation.Peter Sagerson
2014-11-15Fixed #23808 -- Documented that migrations table is created when using runser...Andreas Madsack