summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev
2016-02-23Fixed #26190 -- Returned handle() result from call_commandClaude Paroz
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-21Fixed #26238 -- Raised explicit error for non-editable field in ModelFormClaude Paroz
2016-02-19Fixed #25974 -- Switched GIS docs to 4 spaces indentation.Sergey Fedoseev
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-18Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh
2016-02-18Added intended use in the admin's introduction.Tim Graham
2016-02-17Fixed #25687 -- Documented how to add database function support to third-part...Tim Graham
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-17Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-10Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.Curtis Maloney
2016-02-10Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin
2016-02-09Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.userimack
2016-02-09Fixed #26181 -- Corrected AngularJS CSRF example.userimack
2016-02-06Fixed spelling -- super set -> superset.Sergey Fedoseev
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-03Changed gypsy to manouche in docs and tests.Blake Griffith
2016-02-02Made identation of default setting docs more consistenct.Tim Graham
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-30Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29Made formatting of docs for settings defaults more consistent.Tim Graham
2016-01-29Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.Tim Graham
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-28Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham
2016-01-28Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-23Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette
2016-01-22Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.Vincenzo Pandolfo
2016-01-22Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-22Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
2016-01-21Changed `action="."` to `action=""` in tests and docs.Luke Plant
2016-01-15Added docs about configuring CSRF support in AngularJS.Danilo Bargen
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-14Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
2016-01-14Fixed #25697 -- Made default error views error when passed a nonexistent temp...Iacopo Spalletti
2016-01-13Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.Tim Graham
2016-01-12Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12Made CommandError use the exception directive in docs.Tim Graham
2016-01-11Added missing period to "etc.".pp
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2016-01-11Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-08Refs #25995 -- Documented that JSONField doesn't handle sophisticated seriali...Tim Graham