summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2014-07-10Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-06-30Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
2014-06-30Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
2014-06-24Restored is_anonymous() check in ModelBackend permission checking removed in ...Tim Graham
2014-06-23Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive us...Jorge C. Leitão
2014-06-20Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo
2014-06-18Removed a CSRF example for jQuery < 1.5.Tim Graham
2014-06-18Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-06-14Complemented dwithin docs about using geographic geometriesClaude Paroz
2014-06-13Fixed #7599 -- Added get_user_permissions to ModelBackend.Jorge C. Leitão
2014-06-13Fixed #6327 -- Added has_module_permission method to BaseModelAdminMaxime Turcotte
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-06-09Removed extras/csrf_migration_helper.pyTim Graham
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-05-27Fixed spelling in docs.Tim Graham
2014-05-26Fix an error in a documented lookup example.Marc Tamlyn
2014-05-22Added omitted documentation for ArrayField__len.Marc Tamlyn
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn
2014-05-19Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
2014-05-17Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-05-13Removed an unnecessary anchor in the docs.Tim Graham
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-05-12Fixed #22613 -- Added formfield_for_choice_field() to the list of methods tha...Tim Graham
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-18Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-17Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-10Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
2014-04-08Fixed some spelling issues in docs.Tim Graham
2014-04-07Added missing request parameter to get_current_site().Yin Jifeng
2014-04-04Merge pull request #2514 from vlal/ticket_22380Claude Paroz
2014-04-04Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testingVishal Lal
2014-04-03Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Added note in geo library docsClaude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-21Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...Daniel Hahler
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu