summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-03-21[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21[1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing d...Mikkel Munch Mortensen
2017-03-21[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-21[1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17[1.11.x] Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17[1.11.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16[1.11.x] Removed self from method signatures in docs.Alasdair Nicol
2017-03-16[1.11.x] Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-15[1.11.x] Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-03-15[1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-14[1.11.x] Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-03-13Typo fix.Florian Apolloner
2017-03-10[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09[1.11.x] Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-07[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...Raphael Merx
2017-03-07[1.11.x] Added stub release notes for 1.10.7.Tim Graham
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
2017-03-01[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-03-01[1.11.x] Fixed typo in docs/releases/1.10.6.txt.Adam Johnson
2017-03-01[1.11.x] Added release date for 1.10.6.Tim Graham
2017-02-24[1.11.x] Made a few queryset lookup examples consistent.Alexkane
2017-02-24[1.11.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham
2017-02-24[1.11.x] Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for si...Tim Graham
2017-02-23[1.11.x] Completed 1.10.6 release noteClaude Paroz
2017-02-21[1.11.x] Used "0" ip shortcut for runserver example.Timothy Allen
2017-02-21[1.11.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-16[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...Vytis Banaitis
2017-02-16[1.11.x] Clarified that creating a pull request for the tutorial isn't necess...Tim Graham
2017-02-15[1.11.x] Made a sentence in default_if_none docs consistent with other templa...Joon Hwan κΉ€μ€€ν™˜
2017-02-15[1.11.x] Removed docs/internals/roles.txt.Tim Graham
2017-02-13[1.11.x] Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-02-13[1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-11[1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-09[1.11.x] Explained the shell's $ prefix in tutorial 1.Tim Graham
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-08[1.11.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fi...Tim Graham
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-02-07[1.11.x] Fixed typo in docs/releases/1.11.txt.Atul Varma
2017-02-06[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...Tim Graham
2017-01-31[1.11.x] Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-30[1.11.x] Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2017-01-30[1.11.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-28[1.11.x] Fixed #26708 -- Updated the contributing tutorial to use a GitHub wo...Subhrajyoti Sen