~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to docs/faq/general.txt

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-08-13 16:49:39 UTC
  • mfrom: (1.1.22) (4.4.28 sid)
  • Revision ID: package-import@ubuntu.com-20130813164939-ct6oweybhkuyq4tt
Tags: 1.5.2-1
* New upstream security release.
  https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
  - Cross-site scripting (XSS) in admin interface
  - Possible XSS via is_safe_url

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
https://people.djangoproject.com/ .
189
189
 
190
190
.. _developers for hire page: https://code.djangoproject.com/wiki/DevelopersForHire
 
191
 
 
192
How do I cite Django?
 
193
---------------------
 
194
 
 
195
It's difficult to give an official citation format, for two reasons: citation
 
196
formats can vary wildly between publications, and citation standards for
 
197
software are still a matter of some debate.
 
198
 
 
199
For example, `APA style`_,  would dictate something like::
 
200
 
 
201
    Django (Version 1.5) [Computer Software]. (2013). Retrieved from http://djangoproject.com.
 
202
 
 
203
However, the only true guide is what your publisher will accept, so get a copy
 
204
of those guidelines and fill in the gaps as best you can.
 
205
 
 
206
If your referencing style guide requires a publisher name, use "Django Software
 
207
Foundation".
 
208
 
 
209
If you need a publishing location, use "Lawrence, Kansas".
 
210
 
 
211
If you need a web address, use http://djangoproject.com.
 
212
 
 
213
If you need a name, just use "Django", without any tagline.
 
214
 
 
215
If you need a publication date, use the year of release of the version you're
 
216
referencing (e.g., 2013 for v1.5)
 
217
 
 
218
.. _APA style: http://www.apastyle.org