summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Documented Context.get() method.Preston Timmons
2015-03-16Fixed #24486 -- Documented method to provide output_field to mixed F expressionsJosh Smeaton
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
2015-03-13Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
2015-03-13Fixed #24253 -- Documented staff_member_required decorator.Andrei Kulakov
2015-03-13Documented gdal DataSource encoding parameterClaude Paroz
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-03-12Fixed typo in docs/ref/models/fields.txtSteven Das
2015-03-12Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used durin...Aksel Ethem
2015-03-12Fixed wrong operator in iri_to_uri() docsldrumm
2015-03-11Fixed #24414 -- Added examples of Prefetch object usage to the docs.Sean Wang
2015-03-11Fixed typo in current_app deprecation note.Preston Timmons
2015-03-10Fixed download instructions for cities shapefileClaude Paroz
2015-03-10Updated GIS docs wrt GIS test pathsClaude Paroz
2015-03-10Fixed typo in docs/ref/database.txtCalvin Jeong
2015-03-09Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to t...Floris den Hengst
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-03-08Fixed #24460 -- Extended HttpRequest.build_absolute_uri documentationRik
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-05Fixed #21495 -- Added settings.CSRF_HEADER_NAMEGrzegorz Slusarek
2015-03-05Improved get_media_prefix template tag example.Aymeric Augustin
2015-03-02Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.Andrew Pinkham
2015-02-27Fixed #24359 -- Cleaned up docs/ref/exceptions.htmlTim Graham
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-16Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...Tim Graham
2015-02-16Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16Removed a note about old versions of MySQLdb.Tim Graham
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-14Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
2015-02-14Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-13Added missing parameter to each_context() in doc example.Tim Graham
2015-02-13Added each_context() and a template tip to custom admin view docs.Joe Simpson
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-13Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-10Disallowed importing concrete models without an application.Aymeric Augustin
2015-02-09Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham
2015-02-09Removed docs about unmigrated apps as they are not supported in Django 1.9.Tim Graham
2015-02-05Improved nested ArrayField exampleTom Christie
2015-02-05Documented that m2m_changed isn't triggered when M2M is displayed as admin in...Loic Bistuer
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2015-02-04Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-03Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-03Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen