| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-02 | Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug | Jon Dufresne | |
| Enabling the attribute causes get_object() to perform its lookup using both the primary key and the slug. | |||
| 2014-10-02 | Fixed #23426 -- Allowed parameters in migrations.RunSQL | Markus Holtermann | |
| Thanks tchaumeny and Loic for reviews. | |||
| 2014-10-02 | Fixed typo in docs/ref/contrib/sites.txt | ticalcster | |
| 2014-10-01 | Fixed #15089 -- Allowed contrib.sites to lookup the current site based on ↵ | Tim Graham | |
| request.get_host(). Thanks Claude Paroz, Riccardo Magliocchetti, and Damian Moore for contributions to the patch. | |||
| 2014-10-01 | Added flat=False to signature of QuerySet.values_list() | jnothman | |
| 2014-09-29 | Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. | |||
| 2014-09-29 | Fixed spelling mistakes and added words to wordlist. | Tim Graham | |
| 2014-09-29 | Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. | Thomas Chaumeny | |
| Thanks Collin Anderson for the review. | |||
| 2014-09-26 | Fixed #23460 -- Added literal `%s` support to extra() QuerySets. | Matt Robenolt | |
| 2014-09-26 | Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query. | Thomas Chaumeny | |
| Thanks lidaobing for the suggestion. | |||
| 2014-09-24 | Fixed #23421 -- Corrected TEST SERIALIZE setting. | Tim Graham | |
| Thanks gkoller for the report. | |||
| 2014-09-24 | Fixed #22959 -- Documented that class-based validators need to be ↵ | Markus Holtermann | |
| deconstructible. | |||
| 2014-09-24 | Corrected --noinput docs for makemigrations; refs #23407. | Tim Graham | |
| 2014-09-24 | Fixed #23426 -- Don't require double percent sign in RunSQL without parameters | Markus Holtermann | |
| 2014-09-24 | Changed Oracle test-user creation to grant privileges instead of roles | Shai Berger | |
| because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton | |||
| 2014-09-22 | Removed sudo from pip commands in docs. | Corey Farwell | |
| 2014-09-21 | Fixed #23527 -- Removed Cheetah references in docs | Ola Sitarska | |
| Thanks to @aaugustin for submitting the ticket. | |||
| 2014-09-18 | Fixed #23488 -- Added AnonymousUser.get_username(). | Damien Baty | |
| 2014-09-17 | Fixed #21775 -- Allowed customization of datafile for Oracle tablespace | Josh Smeaton | |
| 2014-09-17 | Fixed #23499 -- Error in built-in template tag "now" documentation | Joseph Dougherty | |
| 2014-09-16 | Fixed #19463 -- Added UUIDField | Marc Tamlyn | |
| Uses native support in postgres, and char(32) on other backends. | |||
| 2014-09-13 | Fixed #23461 -- Added EMAIL_TIMEOUT setting | José Padilla | |
| 2014-09-12 | Fixed #17101 -- Integrated django-secure and added check --deploy option | Tim Graham | |
| Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews. | |||
| 2014-09-10 | Fixed #20743 -- Added support for keyfile/certfile in SMTP connections. | Andi Albrecht | |
| Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch. | |||
| 2014-09-09 | Avoid the word "stupid". | Aymeric Augustin | |
| There's always a better word. | |||
| 2014-09-09 | Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵ | Tim Graham | |
| define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review. | |||
| 2014-09-08 | Fixed #23281 -- Added "concrete model" to glossary. | Tim Graham | |
| Thanks knowledgepoint-devs for the suggestion. | |||
| 2014-09-06 | Fixed #23340 -- Corrected naturaltime docs to match behavior. | Collin Anderson | |
| Thanks zachborboa for the report and blackguest for the patch. | |||
| 2014-09-05 | Fixed #22534: Reinforce swappable documentation | Andrew Godwin | |
| 2014-09-05 | Added missing periods in docs/ref/checks.txt. | Sébastien Fievet | |
| 2014-09-04 | Fixed imports in `Sitemap for static views` example | John-Scott Atlakson | |
| 2014-09-04 | Fixed typo in docs/ref/checks.txt. | Tim Graham | |
| 2014-09-04 | Fixed documentation links to Query Expression API. | Thomas Chaumeny | |
| 2014-09-03 | Fixed #18757, #14462, #21565 -- Reworked database-python type conversions | Marc Tamlyn | |
| Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews. | |||
| 2014-09-02 | Fixed #23302 -- Added --name/-n option to makemigrations command | Raffaele Salmaso | |
| 2014-09-02 | Added missing import in docs/ref/signals.txt. | Alexey Efimov | |
| 2014-09-02 | Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918" | Tim Graham | |
| This reverts commit a8521a2c228bd9e981dc8a2bea4e26f4544a52a7. | |||
| 2014-09-01 | Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918 | Andrew Godwin | |
| 2014-08-31 | Fixed #23391 -- Removed an erroneous backtip from the form's documentation. | Simon Charette | |
| Thanks to Trac alias nessita for the report. | |||
| 2014-08-31 | Fixed #23388 -- Made django.utils.timezone.override usable as a decorator | Thomas Chaumeny | |
| 2014-08-30 | Converted sql_queries into a lazily evaluated list. | Bas Peschier | |
| Fixed #23364. Thanks Markush2010 for the report. | |||
| 2014-08-29 | Corrected a usage example of `related_query_name`. | Simon Charette | |
| Thanks to Petr Glotov for spotting this. | |||
| 2014-08-29 | Documented translation.override as a decorator. | Simon Charette | |
| refs #23323. | |||
| 2014-08-29 | Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal. | Joshua "jag" Ginsberg | |
| 2014-08-29 | Fixed #22786 -- Documented value_from_datadict caveat | Claude Paroz | |
| Thanks blueyed for the report and Tim Graham for the review. | |||
| 2014-08-28 | Documented correct kwargs for post_syncdb/migrate. | Aymeric Augustin | |
| d562527a rename the db to using in the wrong signal. Thanks Maik Hoepfel for the report. | |||
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-08-27 | Fixed #23349 -- Clarified details about RunPython's apps argument. | Richard Eames | |
| 2014-08-27 | Fixed #13749 -- Added link from admin site to front-end site. | areski | |
| Thanks romankrv for the suggestion. | |||
| 2014-08-27 | Documented --database option for migrate. | Tim Graham | |
| Thanks Mike O'Connor for the reporty. | |||
