summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-10-18Fixed #23676 -- Rearranged sentence; "by default" applies only to max lengthJon Dufresne
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded ↵Tim Graham
false positives.
2014-10-16Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
Thanks jamesbeith for the report.
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
The "check" name is a reserved word used by Django's check framework, and cannot be redefined as something else other than a method, or the check framework will raise an error. This change amends the django.core.checks.model_check.check_all_models() function, so that it verifies that a model instance's attribute "check" is actually a method. This new check is assigned the id "models.E020".
2014-10-16Fixed #12008 -- Clarified relationship between template blocks and includes.mcgeeco
Thanks Daniele Procida for suggested wording.
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz for the review.
2014-10-12Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
Thanks to @claudep for the report and the original patch.
2014-10-10Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
Thanks marfire for the report.
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column ↵Markus Holtermann
into a NOT NULL one due to existing rows Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review.
2014-10-06Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
Thanks Rolandde for the report.
2014-10-06Merge pull request #3308 from aericson/ticket_22064Carl Meyer
Fixed #22064 -- Add check for related_name
2014-10-06Merge pull request #3307 from Markush2010/ticket23602Carl Meyer
Fixed #23602 -- Add comment on get_absolute_url regarding user input
2014-10-06Fixed #23602 -- Add comment on get_absolute_url regarding user inputMarkus Holtermann
2014-10-06Updated links in admin docs to use :ref:Kostochko Dmitriy
per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references.
2014-10-06Fixed #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses.
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
Validates that related_name is a valid Python id or ends with a '+' and it's not a keyword. Without a check it passed silently leading to unpredictable problems. Thanks Konrad Świat for the initial work.
2014-10-04Fix formatting error in UUIDField docs.Marc Tamlyn
2014-10-04Made minor typographic correction to SECRET_KEY docs.Erik Romijn
4ad57bbe31bc1813264824111de2f9f74dbda0d6 included a few odd quotation marks.
2014-10-04Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
Thanks to Tim Graham for the review.
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
Enabling the attribute causes get_object() to perform its lookup using both the primary key and the slug.
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
Thanks tchaumeny and Loic for reviews.
2014-10-02Fixed typo in docs/ref/contrib/sites.txtticalcster
2014-10-01Fixed #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-01Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
Thanks oinopion for the suggestion and jarus for the initial patch.
2014-09-29Fixed spelling mistakes and added words to wordlist.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
Thanks Collin Anderson for the review.
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
Thanks lidaobing for the suggestion.
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
Thanks gkoller for the report.
2014-09-24Fixed #22959 -- Documented that class-based validators need to be ↵Markus Holtermann
deconstructible.
2014-09-24Corrected --noinput docs for makemigrations; refs #23407.Tim Graham
2014-09-24Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai 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-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
Thanks to @aaugustin for submitting the ticket.
2014-09-18Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-17Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
Uses native support in postgres, and char(32) on other backends.
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim 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-10Fixed #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-09Avoid the word "stupid".Aymeric Augustin
There's always a better word.
2014-09-09Fixed #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-08Fixed #23281 -- Added "concrete model" to glossary.Tim Graham
Thanks knowledgepoint-devs for the suggestion.
2014-09-06Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
Thanks zachborboa for the report and blackguest for the patch.
2014-09-05Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-05Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson