summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-04-25Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...Tim Graham
2016-04-24Fixed #26536 -- Preserved leading dashes of the cached template loader keys.Simon Charette
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-22Removed unused BaseExpression.refs_aggregate().Tim Graham
2016-04-22Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham
2016-04-22Fix typos in PGFTS docs.Marc Tamlyn
2016-04-22Updated my bioMarkus Holtermann
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-21Refs #26455 -- Documented isvalid/makevalid in compatibility table.Daniel Wiesmann
2016-04-20Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-04-20Fixed #16327 -- Redirected "Save as new" to change view instead of the change...Markus Amalthea Magnuson
2016-04-19Fixed #26475 -- Added functools.partial() support to migrations autodetector.Matthew Schinckel
2016-04-19Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...Jon Dufresne
2016-04-18Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-18Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.Lukasz Wiecek
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-18Fixed typo in docs/ref/template-response.txt.eltronix
2016-04-17Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz
2016-04-16Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.krishbharadwaj
2016-04-16Updated indentation in GEOS docsClaude Paroz
2016-04-16Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init argumentsClaude Paroz
2016-04-16Updated Windows docs for completenessKatie McLaughlin
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-13Added stub release notes for 1.8.13.Tim Graham
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2016-04-13Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade
2016-04-12Refs #17635 -- Tested the Cast function in a geography to geometry contextClaude Paroz
2016-04-10Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-09Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol
2016-04-09Moved docs about chaining if tag comparison operators.Alasdair Nicol
2016-04-09Fixed #26145 -- Made debug context processor return queries for all databases.Mounir Messelmeni
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2016-04-09Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.Tim Graham
2016-04-08Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz
2016-04-08Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-08Refs #22268 -- Fixed typo in docs/ref/models/querysets.txtTim Graham
2016-04-07Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen
2016-04-07Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings.Arnaud Limbourg
2016-04-06Fixed #26470 -- Converted auth permission validation to system checks.Simon Charette
2016-04-06Removed extra blank lines in last commit.Tim Graham
2016-04-06Refs #24016 -- Edited "Migrating data between third-party apps" howto.Tobias Kunze
2016-04-06Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg
2016-04-05Fixed #26448 -- Added details for running tests with a different database bac...krishbharadwaj
2016-04-05Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.Vaclav Ehrlich
2016-04-05Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.Attila Tovt