summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-05-21[1.5.x] Fixed #20476 -- Typo.Aymeric Augustin
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
2013-05-18[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ...Erik Romijn
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-14[1.5.x] Fixed a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-12[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...Tim Graham
2013-05-10[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-04-15[1.5.x] Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-04-12[1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-04-12[1.5.x] Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12[1.5.x] Documented BoundField.label_tagClaude Paroz
2013-04-11[1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11[1.5.x] Removed incorrect phrase from DecimalField docsAndrew Badr
2013-03-31[1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-30[1.5.X] Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29[1.5.x] Removed ambiguity regarding LANGUAGES settingMaik Hoepfel
2013-03-29[1.5.x] Improved FormView docs in class-based views index.Tim Graham
2013-03-28[1.5.x] Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-03-24[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.Yohan Boniface
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-03-22[1.5.x] Fixed docs template name typoTom V
2013-03-20[1.5.x] Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-01[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
2013-02-23[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-02-23[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid havin...Tim Graham
2013-02-23[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ...Tim Graham
2013-02-23[1.5.x] Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-16[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...Tim Graham
2013-02-16[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...Claude Paroz
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-04[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-02-01[1.5.x] Small generic FK docs tweaks.Ramiro Morales
2013-02-01[1.5.x] Fixed content types contrib app doc typos.Ramiro Morales
2013-02-01[1.5.x] Fix rst syntax error.Aymeric Augustin
2013-02-01[1.5.x] Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
2013-02-01[1.5.x] Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-25[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-23[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham