summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-01-13Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
Thanks Daniele Procida.
2013-01-13Fixed typo in file storage docs.Aymeric Augustin
Thanks Jørgen Abrahamsen.
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
Thanks Gabriel Hurley for the original idea and adamv for the draft patch.
2013-01-12Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-11Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-11Fixed code examples in which render() calls were missing `request` parameter.Vinod Kurup
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time ↵Nick Sandford
fields in sqlite3 Thanks lsaffre for the report and Chris Medrela for the initial patch.
2013-01-11Fixed #19437 - Clarified pip install instructions in contributing tutorial.Tim Graham
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
Thanks ingenieroariel for the suggestion and slurms for the review.
2013-01-10Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
Thanks minddust for the report.
2013-01-09Addeded CSS to bold deprecation notices.Tim Graham
Thanks Sam Lai for mentioning this on the mailing list.
2013-01-09Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.Tim Graham
It was removed in Django 1.5, not deprecated.
2013-01-08Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
Refs #19571
2013-01-08Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
Thanks rodrigorosa.lg and others for the report.
2013-01-07Fixed typo in 1.5 release notes; thanks Jonas Obrist.Carl Meyer
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
Refs #19441.
2013-01-06Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
The guarantee that no queries will be made when accessing results is done by new EmptyWhere class which is used for query.where and having. Thanks to Simon Charette for reviewing and valuable suggestions.
2013-01-04Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-03Added documentation for the 'db' argument of the post-syncdb signal.mpaolini
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward.
2013-01-03Update doc example for overriding change_form.htmlChris Beaven
Slightly reworded another related paragraph for clarity, too.
2013-01-02Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
Thanks jnns for the report.
2013-01-01Tiny typo fixed in logging docsDaniele Procida
2012-12-31Fixed #19453 -- Ensured that the decorated function's arguments are ↵Julien Phalip
obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. Thanks to vzima for the report.
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings.Tim Graham
refs #19516 and 641acf76e7
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed support is_safe and needs_autoescape as function attributes.Aymeric Augustin
2012-12-29Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
Each localflavor lives on as a separate app.
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
RIP -- you served us well.
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-29Added links to default widget in forms.fields documentationClaude Paroz
2012-12-28Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-26Updated documentation on localflavor translationsAymeric Augustin
to account for the removal of django.contrib.localflavor in 1.6. Refs #19482.
2012-12-26Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
Also moved the contrib deprecations at the top of their section and made minor markup fixes.
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
The 1.7 line is a reasonnable forecast, not a final decision.
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin ↵Julien Phalip
redirect urls. Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92a2ca4fb74a103e96bb75c53c05d0a428.
2012-12-22Fixed #15516 -- Updated the ticket life cycle diagram.Aymeric Augustin