summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2012-08-31Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more sp...Tim Graham
2012-08-31Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paro...Tim Graham
2012-08-30Fixed #18384 - Reformatted GeoDjango install instructions slightly.Tim Graham
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-23Modified docs about SpatiaLite version that doesn't need manual initial SQL f...Ramiro Morales
2012-08-19Tweaked SpatiaLite GeoDjango docs.Ramiro Morales
2012-08-19Fixed typo in form wizard docs.Tim Graham
2012-08-19Made some minor fixes to the GeoDjango installation guide.Julien Phalip
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
2012-08-03Fixed #13904 - Documented how to avoid garbage collection messages in GIS.Tim Graham
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ...Tim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-07-25Updated example of customized ModelAdmin in documentation for 1.4Rafik Draoui
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner
2012-07-25Fixed a typo in the admin reference docs.Aymeric Augustin
2012-07-18Fix typo in staticfiles app documentationAndy Dirnberger
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-13Updated links for MacOSX python installersClaude Paroz
2012-07-12Removed old gis install instructions for obsolete distrosClaude Paroz
2012-07-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-06-30Fixed #17026 -- Improved wording of contrib.messages' storage backends sectionClaude Paroz
2012-06-28Fixed #18306 -- Removed most of GeoDjango-specific deployment docsClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-07Fixed #18396 -- Changed Spatialite download URLs.Aymeric Augustin
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-05-18Fixed typo on GeoQuerySet.geohash method.Glen Robertson
2012-05-17Added load i18n code to the base wizard form template documentation as it use...Jeremy Cowgar
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-05-10Fixed #18257 -- Typo in contenttypes docs.Aymeric Augustin
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-05-01Fixed #18246 -- Replaced bash-specific syntax in geodjango postgis helper scr...Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-20Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflec...Claude Paroz