summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-02-22Fixed #22007 -- Fixed cbv docs - make imports consistentMartin Matusiak
2014-02-22Deprecated django.utils.text.javascript_quote.Baptiste Mispelon
2014-02-21Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened indexAlasdair Nicol
2014-02-20Capitalize SQL keywordsDavid Sanders
2014-02-20Capitalize SQL keywordsDavid Sanders
2014-02-19Fixed #22093 -- Made Form.Meta.fields examples consistent.Tim Graham
2014-02-19Added an example to the release notes for custom reverse managers.Loic Bistuer
2014-02-19Fixed #19647 -- Added formats.py for Esperanto.Baptiste Darthenay
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-16Made the new template.Context.flatten() method a public API.Marek Wywiał
2014-02-16Added some links in i18n documentationGrzegorz Rożniecki
2014-02-16Fixed two typos in documentationGrzegorz Rożniecki
2014-02-16Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz
2014-02-16Fixed #18745 - Documentation change explaining tuple to list with signing.MattBlack85
2014-02-15Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().Zbigniew Siciarz
2014-02-15Fixed #22013 -- Documented difference between SERVER_EMAIL and DEFAULT_FROM_E...Zbigniew Siciarz
2014-02-15Fixed #21884 -- Mentioned that exact is the defaut QuerySet lookup typechomik
2014-02-15Merge pull request #2281 from rhcarvalho/ticket_22053Florian Apolloner
2014-02-15Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek
2014-02-15Change analyse (British) to analyze (American).Rodolfo Carvalho
2014-02-15Fixed #22049 -- Corrected a misspelling of dimensionaldjendrju
2014-02-14Added 1.6.3 release note for refs #21566.Tim Graham
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2014-02-14Added missing snippet to show filename in docsAlasdair Nicol
2014-02-14Fixed #21654 -- Documented a use-case for Form.errors.as_data().Loic Bistuer
2014-02-14Updated docs that misreported django.apps.apps.ready as being a method.Simon Meers
2014-02-13Fixed a link in the 1.7 release notes.Tim Graham
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10Added 1.6.3 release notes stubClaude Paroz
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2014-02-10Fixed #21190 -- Added a new ePub theme for documentation.Markus Amalthea Magnuson
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2014-02-10Allowed a message to be passed to assertQuerysetEqual to make it consistent w...Chris Bailey
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Removed double word in model docsClaude Paroz
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-09Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon
2014-02-08Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-08Removed extra backquote in field docsClaude Paroz