summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-08-26Added 'subtransactions' to spelling wordlist.Tim Graham
2015-08-25Fixed #25311 -- Removed vague language about "partial commits" from docs.Tim Graham
2015-08-25Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-25Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.Tim Graham
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-24Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...Tommy Beadle
2015-08-22Tweak some examples.Aymeric Augustin
2015-08-22Recommend relative imports within Django components.Aymeric Augustin
2015-08-22Forwardported release note for refs #25040.Tim Graham
2015-08-21Fixed #25284 -- Documented removal of implicit QuerySet __in lookups.Tim Graham
2015-08-20Refs #24914 -- Added docs for more auth mixin methods.Tim Graham
2015-08-20Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...Tim Graham
2015-08-19Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham
2015-08-19Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-19Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham
2015-08-19Fixed style issues in testing docsMarkus Holtermann
2015-08-18Added stub release notes for 1.8.5.Tim Graham
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-18Added today's issue to the security archive.Tim Graham
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18Added stub release notes for security releases.Tim Graham
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-15Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...Caio Ariede
2015-08-15Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova
2015-08-14Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-13Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-08-12Corrected indentation of JsonResponse docs.Tim Graham
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-11Updated memcached library links to point to PyPI.Tim Graham
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-08-11Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10Removed unnecessary comma in docsClaude Paroz
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-08Updated Transifex links in docsClaude Paroz
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-05Fixed #25229 -- Clarified how an iterable works with @permission_requiredTim Graham
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-04Fixed password_reset signature in docsAlasdair Nicol
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede