summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHELClaude Paroz
2013-05-18Added example of using sitemaps with static views.Zbigniew Siciarz
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20408 -- Clarified that values_list() doesn't return a list.Aymeric Augustin
2013-05-18Fixed #20294 -- Documented context processors in TemplateResponseMixin.Zbigniew Siciarz
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-16Make the example usage of import_by_path less confusing.Marc Tamlyn
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-14Merge pull request #1039 from cannona/masterTim Graham
2013-05-14Fixing a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-12Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-03Added clarification to the docs, pointing out that unique_for_date only consi...Aaron Cannon
2013-05-01Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTSMichael Manfre
2013-04-30Fixed #20336 -- Removed obsolete paragraph from the docs.Aymeric Augustin
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-29Corrected "it's" to "its" when used possessively.Thomas Thurman
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Complemented documentation following commit be9ae693cClaude Paroz
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-04-15Added a tip about --layer param of ogrinspect for databasesClaude Paroz
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-12Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12Documented BoundField.label_tagClaude Paroz
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-04-05Removed a trailing space in the template name on line 174.Andrew Brown
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-04-02Fixed #19748 - Documented django.utils.module_loading.import_by_pathTim Graham
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-30Fixes #20162 -- Added a note in the documentation for `static.serve()` about ...Julien Phalip
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29Fixed #20160 -- Erronous reference to `module_name` in admin doc.Baptiste Mispelon
2013-03-29Improved FormView docs in class-based views index.Tim Graham