summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-10-30Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30Removed extra period.Aymeric Augustin
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-10-30Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-30Added missing imports to example from previous commit.Tim Graham
2014-10-30Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
2014-10-30Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-30Fixed #18731 -- Added an example about customizing "makemessages" command.Berker Peksag
2014-10-29Added cross reference in admin docs to topic about saving objects in formsets.P.A. SCHEMBRI
2014-10-28Fixed spelling errors in docs.Tim Graham
2014-10-28Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz
2014-10-28Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-27Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-24Fixed typo in docs/ref/request-response.txtJames Doherty
2014-10-21Fixed firstof docs error introduced in 1ea44a; refs #17906.Ralph Broenink
2014-10-20Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...Jon Dufresne
2014-10-19Fixed a typo in urlencode documentation.wrwrwr
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 f...Tim Graham
2014-10-16Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-16Fixed #12008 -- Clarified relationship between template blocks and includes.mcgeeco
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-12Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
2014-10-10Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-10-06Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
2014-10-06Merge pull request #3308 from aericson/ticket_22064Carl Meyer
2014-10-06Merge pull request #3307 from Markush2010/ticket23602Carl Meyer
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
2014-10-06Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model...Ismail Badawi
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
2014-10-04Fix formatting error in UUIDField docs.Marc Tamlyn
2014-10-04Made minor typographic correction to SECRET_KEY docs.Erik Romijn
2014-10-04Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
2014-10-02Fixed typo in docs/ref/contrib/sites.txtticalcster
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
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
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
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
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham