Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #24813 -- Documented {% include %} debug behavior ↵Andrei Kulakov2015-05-221-0/+9
| | | | variance
* Cosmetic edits and minor corrections to ↵garwoodpr2015-05-221-16/+16
| | | | docs/ref/django-admin.txt.
* Cosmetic edits and minor corrections to ↵garwoodpr2015-05-221-33/+52
| | | | docs/ref/settings.txt.
* Fixed #17085, #24783 -- Refactored template library ↵Preston Timmons2015-05-211-1/+29
| | | | | | | | registration. * Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
* Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)2015-05-201-1/+1
|
* Fixed typos in docs/ref/request-response.txtI am Clinton2015-05-181-4/+4
|
* Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham2015-05-181-4/+16
| | | | Thanks Markus Holtermann for review.
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-2/+35
| | | | | | | | | The primary use case is to interact with a third-party database (not primarily managed by Django) that doesn't support time zones and where datetimes are stored in local time when USE_TZ is True. Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ is False used to result in silent data corruption. Now this is an error.
* Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak2015-05-161-0/+5
|
* Fixed broken link in settings docsPiotr Jakimiak2015-05-131-1/+1
|
* Fixed #24733 -- Passed the triggering exception to 40x ↵Claude Paroz2015-05-111-7/+32
| | | | | | error handlers Thanks Tim Graham for the review.
* Fixed #24553 -- Added the list of available applications ↵Riccardo Magliocchetti2015-05-111-0/+21
| | | | to AdminSite.each_context()
* Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch2015-05-083-21/+30
|
* Fixed typo in docs/ref/models/expressions.txtIan Foote2015-05-081-1/+1
|
* Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm2015-05-061-0/+17
|
* Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert2015-05-061-2/+2
|
* Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal2015-05-051-0/+9
|
* Fixed #24693 -- Added label and label_lower property to ↵Luis Del Giudice2015-05-021-0/+29
| | | | Model._meta
* Updated capitalization in the word "JavaScript" for ↵Dave Hodder2015-05-015-9/+9
| | | | consistency
* Fixed #24665 -- Clarified model field flag defaults.Tim Graham2015-04-301-1/+1
|
* Fixed #13008 -- Added more Cache-Control headers to ↵Markus Bertheau2015-04-282-2/+8
| | | | never_cache() decorator.
* Removed initial data from flush docs since it's removed; ↵Tim Graham2015-04-271-2/+5
| | | | refs #24711.
* Fixed #24704 -- Clarified system check interaction with ↵Tim Graham2015-04-251-3/+3
| | | | runserver.
* Fixed #24649 -- Allowed using Avg aggregate on ↵Tim Graham2015-04-251-3/+10
| | | | non-numeric field types.
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-256-154/+5
|
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-252-5/+17
|
* Fixed #22598 -- Allowed make_aware() to work with ↵Josh Smeaton2015-04-241-3/+20
| | | | ambiguous datetime
* Fixed #24656 -- Added missing imports to query ↵Nicolas Noé2015-04-241-0/+17
| | | | expressions doc.
* Fixed #24695 -- Tidied up a couple of regexes in the CBV ↵Alasdair Nicol2015-04-242-2/+2
| | | | | | docs Thanks datakid for the report
* Documented INSTALLED_APPS requirement for HStoreField.Tim Graham2015-04-241-5/+9
|
* Fixed #24613 -- Added example to QuerySet.defer() ↵Richard Eames2015-04-231-0/+24
| | | | documentation
* Added docs for new template loader api.Preston Timmons2015-04-221-26/+113
| | | | Refs #15053.
* Documented GeoQuerySet replacement by functionsClaude Paroz2015-04-225-59/+631
|
* Fixed #24672 -- Clarified note about installing ↵Claude Paroz2015-04-211-3/+6
| | | | | | | postgis_topology Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review.
* Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra2015-04-211-8/+8
|
* Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek2015-04-211-1/+12
| | | | | Changed ModelState.clone() to create a shallow copy of self.fields and self.managers.
* Fixed #22394 -- Refactored built-in datetime lookups to ↵Jon Dufresne2015-04-201-8/+55
| | | | transforms.
* Fixed #24668 -- Amended ModelAdmin.save_formset() ↵Tim Graham2015-04-201-0/+2
| | | | | | example for #10284. Thanks Carsten Fuchs.
* Amended get_all_related_objects() backwards compatible ↵Neal Todd2015-04-201-2/+2
| | | | replacement.
* Removed DateTimeQuerySet from docs.Tim Graham2015-04-181-3/+3
| | | | Obsolete since refs #23867.
* Fixed #23879 -- Allowed model migration skip based on ↵Claude Paroz2015-04-181-0/+25
| | | | | | | feature/vendor Thanks Carl Meyer for the report and review, and Tim Graham for the review.
* Fixed #24657 -- Fixed include template tag example.Tim Graham2015-04-171-2/+4
| | | | Thanks pattypatpat for the report.
* Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi2015-04-161-2/+3
|
* Fixed #24645 -- Documented use of HStoreExtension.Tim Graham2015-04-161-0/+6
|
* Fixed #24603 -- Allowed Context.update() to be used as a ↵Tommy Beadle2015-04-141-0/+15
| | | | context manager.
* Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
|
* Fixed #12199 -- Added the ability to use "as" with the ↵Craig Oldford2015-04-141-0/+7
| | | | firstof template tag.
* Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant2015-04-141-7/+7
|
* Update to indicate GDAL 1.11 is supported.Justin Bronn2015-04-131-5/+5
|
* Update PROJ.4 source instructions to use 4.9.1.Justin Bronn2015-04-131-7/+7
|