| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-29 | Fixed #26557 -- Converted empty strings to None when saving ↵ | Joshua Phillips | |
| GenericIPAddressField. | |||
| 2016-04-29 | Refs #26428 -- Added support for relative path redirects to the test client. | Tim Graham | |
| Thanks iktyrrell for the patch. | |||
| 2016-04-28 | Fixed typo in docs/ref/contrib/admin/index.txt | eltronix | |
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-04-27 | Fixed typo in docs/ref/contrib/admin/index.txt | eltronix | |
| 2016-04-27 | Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide. | Tim Graham | |
| Thanks Ankush Thakur for the report and Simon for the review. | |||
| 2016-04-27 | Fixed typo in docs/howto/deployment/wsgi/index.txt | eltronix | |
| 2016-04-27 | Fixed typo in docs/topics/testing/tools.txt | eltronix | |
| 2016-04-26 | Fixed typo in docs/topics/testing/tools.txt | eltronix | |
| 2016-04-26 | Fixed reference to Question model in management command how-to. | eltronix | |
| 2016-04-25 | Refs #26033 -- Added password hasher support for Argon2 v1.3. | Bas Westerbaan | |
| The previous version of Argon2 uses encoded hashes of the form: $argon2d$m=8,t=1,p=1$<salt>$<data> The new version of Argon2 adds its version into the hash: $argon2d$v=19$m=8,t=1,p=1$<salt>$<data> This lets Django handle both version properly. | |||
| 2016-04-25 | Fixed #26052 -- Moved conditional_content_removal() processing to the test ↵ | Tim Graham | |
| client. | |||
| 2016-04-24 | Fixed #26536 -- Preserved leading dashes of the cached template loader keys. | Simon Charette | |
| Thanks Anders Roos for the report. | |||
| 2016-04-23 | Fixed #26533 -- Renamed Widget._format_value() to format_value(). | Tim Graham | |
| 2016-04-22 | Removed unused BaseExpression.refs_aggregate(). | Tim Graham | |
| Unused since afe0bb7b13bb8dc4370f32225238012c873b0ee3. | |||
| 2016-04-22 | Fixed #26320 -- Deprecated implicit OneToOnField parent_link. | Tim Graham | |
| 2016-04-22 | Fix typos in PGFTS docs. | Marc Tamlyn | |
| Thanks for Simon Willison for the spot. | |||
| 2016-04-22 | Updated my bio | Markus Holtermann | |
| 2016-04-22 | Refs #3254 -- Added full text search to contrib.postgres. | Marc Tamlyn | |
| Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter. | |||
| 2016-04-22 | Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-21 | Fixed #22383 -- Added support for HTML5 required attribute on required form ↵ | Jon Dufresne | |
| fields. | |||
| 2016-04-21 | Refs #26455 -- Documented isvalid/makevalid in compatibility table. | Daniel Wiesmann | |
| 2016-04-20 | Fixed incorrect rendered widget in forms example. | Jon Dufresne | |
| 2016-04-20 | Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a ↵ | Tobias Kroenke | |
| KeyError. | |||
| 2016-04-20 | Fixed #16327 -- Redirected "Save as new" to change view instead of the ↵ | Markus Amalthea Magnuson | |
| changelist. | |||
| 2016-04-19 | Fixed #26475 -- Added functools.partial() support to migrations autodetector. | Matthew Schinckel | |
| 2016-04-19 | Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ↵ | Jon Dufresne | |
| set. | |||
| 2016-04-18 | Fixed typo in docs/topics/class-based-views/mixins.txt | eltronix | |
| 2016-04-18 | Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. | Lukasz Wiecek | |
| Thanks adamchainz for the report and review. | |||
| 2016-04-18 | Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the ↵ | Tim Graham | |
| permission cache. | |||
| 2016-04-18 | Fixed typo in docs/ref/template-response.txt. | eltronix | |
| 2016-04-17 | Fixed #25951 -- Trimmed default representation of GEOSGeometry | Claude Paroz | |
| Thanks Sergey Fedoseev for the report. | |||
| 2016-04-16 | Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function. | krishbharadwaj | |
| 2016-04-16 | Updated indentation in GEOS docs | Claude Paroz | |
| 2016-04-16 | Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-16 | Updated Windows docs for completeness | Katie McLaughlin | |
| - Update installer option for PATH installation - Add link directly to pip install docu, ref get-pip.py - Add note about installing Django to the virtualenv that was setup in the previous step | |||
| 2016-04-15 | Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views | Claude Paroz | |
| Thanks Cristiano Coelho and Tim Graham for the reviews. | |||
| 2016-04-13 | Added stub release notes for 1.8.13. | Tim Graham | |
| 2016-04-13 | Refs #16508 -- Renamed the current "virtual" fields to "private". | Michal Petrucha | |
| The only reason why GenericForeignKey and GenericRelation are stored separately inside _meta is that they need to be cloned for every model subclass, but that's not true for any other virtual field. Actually, it's only true for GenericRelation. | |||
| 2016-04-13 | Fixed #26493 -- Documented how built-in signals are sent. | Filipa Andrade | |
| 2016-04-12 | Refs #17635 -- Tested the Cast function in a geography to geometry context | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-04-10 | Fixed #26485 -- Fixed typo in docs/intro/tutorial07. | Denis Afonso | |
| 2016-04-09 | Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. | Jeremy Lainé | |
| 2016-04-09 | Fixed #26479 -- Added 'is not' operator to the if tag. | Alasdair Nicol | |
| 2016-04-09 | Moved docs about chaining if tag comparison operators. | Alasdair Nicol | |
| 2016-04-09 | Fixed #26145 -- Made debug context processor return queries for all databases. | Mounir Messelmeni | |
| 2016-04-09 | Fixed #26455 -- Allowed filtering and repairing invalid geometries. | Daniel Wiesmann | |
| Added the IsValid and MakeValid database functions, and the isvalid lookup, all for PostGIS. Thanks Tim Graham for the review. | |||
| 2016-04-09 | Refs #26464 -- Added a link to OWASP Top 10 in security topic guide. | Tim Graham | |
| 2016-04-08 | Fixed #15940 -- Added MySQL note about strict SQL mode | Claude Paroz | |
| 2016-04-08 | Fixed #26351 -- Added MySQL check to warn about strict mode option | Claude Paroz | |
| Thanks Adam Chainz for the initial implementation in django-mysql. Thanks Adam Chainz, Tim Graham, and Shai Berger for the reviews. | |||
