| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-31 | Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more ↵ | Tim Graham | |
| specific to the sections that changed; thanks akaihola for the suggestion and patch. | |||
| 2012-08-31 | Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude ↵ | Tim Graham | |
| Paroz for the draft patch. | |||
| 2012-08-30 | Fixed #18384 - Reformatted GeoDjango install instructions slightly. | Tim Graham | |
| 2012-08-25 | Fixed #17448 -- Improved test and documented raw-sql gis query | Claude Paroz | |
| 2012-08-23 | Modified docs about SpatiaLite version that doesn't need manual initial SQL ↵ | Ramiro Morales | |
| file loading as per 675431dfaaa. | |||
| 2012-08-19 | Tweaked SpatiaLite GeoDjango docs. | Ramiro Morales | |
| 2012-08-19 | Fixed typo in form wizard docs. | Tim Graham | |
| 2012-08-19 | Made some minor fixes to the GeoDjango installation guide. | Julien Phalip | |
| 2012-08-17 | Merge pull request #271 from morty/patch-1 | Tim Graham | |
| Fixed doc comment in django.contrib.admin example to match the code | |||
| 2012-08-17 | Fixed #18696 - Clarified WizardView heading; thanks sergzach. | Tim Graham | |
| 2012-08-15 | Fixed comment to match the code | Tom Mortimer-Jones | |
| 2012-08-05 | Merge pull request #233 from rafikdraoui/modeladmin-doc | Tim Graham | |
| Updated example of customized ModelAdmin in documentation for 1.4 | |||
| 2012-08-04 | Small improvement to the `contrib.messages` doc introduction. | Julien Phalip | |
| 2012-08-04 | Fixed #18713 -- Fixed custom comment app name in comments docs | Claude Paroz | |
| Thanks Pratyush for the report. | |||
| 2012-08-03 | Fixed #13904 - Documented how to avoid garbage collection messages in GIS. | Tim Graham | |
| Thanks Claude Peroz for the patch. | |||
| 2012-08-02 | Fixed #16941 - Clarified naturaltime output when the time is more than a day ↵ | Tim Graham | |
| old. Thanks antoviaque for the patch. | |||
| 2012-08-02 | Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London. | Tim Graham | |
| 2012-07-25 | Updated example of customized ModelAdmin in documentation for 1.4 | Rafik Draoui | |
| The change_view method of django.contrib.admin.ModelAdmin takes an extra `form_url` argument in Django 1.4. | |||
| 2012-07-25 | Merge pull request #220 from dirn/staticfiles-docs-typo | Florian Apolloner | |
| Fix typo in staticfiles app documentation | |||
| 2012-07-25 | Fixed a typo in the admin reference docs. | Aymeric Augustin | |
| Thanks Yohan Boniface for the report. | |||
| 2012-07-18 | Fix typo in staticfiles app documentation | Andy Dirnberger | |
| In the documentation for the `static` template tag, a `::` was used prior to a `code-block`. Doing so caused the `code-block` line to render as code. Changing the `::` to `:` corrects the display. | |||
| 2012-07-15 | Dropped support for GDAL < 1.5 | Claude Paroz | |
| GDAL 1.5 has been released in December 2007. | |||
| 2012-07-15 | Fixed #18625 -- Removed old-style use of url tag | Aymeric Augustin | |
| from the documentation. | |||
| 2012-07-13 | Updated links for MacOSX python installers | Claude Paroz | |
| 2012-07-12 | Removed old gis install instructions for obsolete distros | Claude Paroz | |
| 2012-07-08 | Fixed #18173 - Corrected ModelAdmin documentation for get_changelist. | Tim Graham | |
| Thanks Keryn Knight for the report and vanessagomes for the patch. | |||
| 2012-07-07 | Removed Django 1.0-specific sections. | Aymeric Augustin | |
| 2012-07-07 | Fixed #18254 -- Added ability to the static template tags to store the ↵ | Jannis Leidel | |
| result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch. | |||
| 2012-06-30 | Fixed #17026 -- Improved wording of contrib.messages' storage backends section | Claude Paroz | |
| 2012-06-28 | Fixed #18306 -- Removed most of GeoDjango-specific deployment docs | Claude Paroz | |
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-22 | Corrected the `instance_dict` description for form wizards. | Florian Apolloner | |
| 2012-06-18 | Fixed #18444 -- Replace hard coded "View on Site" URLs | Daniel Hepper | |
| 2012-06-08 | Cleaned whitespace errors introduced in previous commit | Anssi Kääriäinen | |
| 2012-06-08 | Fixed #18399 – Added a way to get ContentTypes for proxy models | Simon Charette | |
| Added kwargs for_concrete_model and for_concrete_models to ContentType methods get_for_model() and get_for_models(). By setting the flag to False, it is possible to get the contenttype for proxy models. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-06-07 | Fixed #18397 -- Avoided referencing lawrence.com. | Aymeric Augustin | |
| This commit includes multiple small related changes, see the ticket for a full discussion. | |||
| 2012-06-07 | Fixed #18396 -- Changed Spatialite download URLs. | Aymeric Augustin | |
| Thanks gabrielcw AT gmail.com for the report. | |||
| 2012-06-06 | Added alt attribute to img tags in docs. | Aymeric Augustin | |
| This is a good practice for accessibility. Thanks Jessica McKellar for the report. | |||
| 2012-05-18 | Fixed typo on GeoQuerySet.geohash method. | Glen Robertson | |
| 2012-05-17 | Added load i18n code to the base wizard form template documentation as it ↵ | Jeremy Cowgar | |
| uses the trans tag. | |||
| 2012-05-16 | Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be ↵ | Jannis Leidel | |
| able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch. | |||
| 2012-05-10 | Fixed #18257 -- Typo in contenttypes docs. | Aymeric Augustin | |
| 2012-05-03 | Fixed broken URLs introduced in 1adc87cd32. | Ramiro Morales | |
| 2012-05-03 | Updated some URLs in the documentation to point to the new repository. | Ramiro Morales | |
| 2012-05-01 | Fixed #18246 -- Replaced bash-specific syntax in geodjango postgis helper ↵ | Claude Paroz | |
| script. Thanks jose for the report. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official ↵ | Claude Paroz | |
| deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-24 | Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵ | Claude Paroz | |
| syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-20 | Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to ↵ | Claude Paroz | |
| reflect r17466. Thanks arthurprat for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17918 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
