summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-03-03Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato...Gabriel Hurley
2011-03-03Made small improvement to docs/topics/db/queries.txt -- added import statemen...Adrian Holovaty
2011-03-03Fixed #15528 -- Added versionchanged directive to load template tag docs.Gabriel Hurley
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Fixed #15541 -- Updated FAQ to point at djangosites.org instead of defunct wi...Gabriel Hurley
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-03-01Reverted 'now' template tag documentation changes so it describes the real co...Ramiro Morales
2011-02-28Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users ...Gabriel Hurley
2011-02-28Fixed #15395 -- Documented the modules/import paths for the various decorator...Gabriel Hurley
2011-02-27Converted the new contributions docs to unix line endings.Russell Keith-Magee
2011-02-27Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...Gabriel Hurley
2011-02-27Fixed #15492 -- Documented the `invalid_date` and `invalid_time` error keys f...Gabriel Hurley
2011-02-27Fix typo in staticfiles docs (not ticketed).Simon Meers
2011-02-26Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.Alex Gaynor
2011-02-25Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...Gabriel Hurley
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-23Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation...Simon Meers
2011-02-22Removed example CSRF jQuery code from release notes, replacing with link to i...Luke Plant
2011-02-22Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.Timo Graham
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant
2011-02-19Fixed #15341 -- Clarified where translation problems should be reported in th...Gabriel Hurley
2011-02-19Fixed #15351 -- Corrected a missing word in the template reference docs. Than...Gabriel Hurley
2011-02-18Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition fo...Gabriel Hurley
2011-02-18Fixed #15342 -- Passed *args through to the parent class' dispatch method in ...Gabriel Hurley
2011-02-18Fixed #15328 -- Corrected an example in the CBV docs and added a note about t...Gabriel Hurley
2011-02-18Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a...Gabriel Hurley
2011-02-17Fixed #15233 -- Corrected a duplicate module directive that raised a warning ...Gabriel Hurley
2011-02-17Fixed #15310 -- Corrected a view path in the static files how to docs. Thanks...Gabriel Hurley
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-16Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
2011-02-16Fixed #14820 -- Added more information to the generic relation docs regarding...Gabriel Hurley
2011-02-16Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes Framework docs.Gabriel Hurley
2011-02-14Fixed "the the" typos.Timo Graham
2011-02-14Fixed a couple of documentation typos.Ramiro Morales
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-13Updated GeoDjango installation docs and spatial database template script for ...Justin Bronn
2011-02-12Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-11Fixed #15243 -- More clearly document that the transaction functions needs to...Alex Gaynor
2011-02-10Fixed #15253 -- Added 1.1.3 release notes, and added sections to the 1.2.4 an...Russell Keith-Magee
2011-02-10Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section on CSRF ch...Russell Keith-Magee
2011-02-09Refs #15241 -- Further clarifications to the generic view migration docs.Russell Keith-Magee
2011-02-09Fixed #15241 -- Updated the upgrading notes for generic views to reflect rece...Russell Keith-Magee
2011-02-09Fixed #15245 -- Added note about the CSRF AJAX exception to the 1.2.5 release...Russell Keith-Magee
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2011-02-07Fixed #14861 -- Added an admonition about the potential for circular imports ...Gabriel Hurley