summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-08Revised the text in the 'Using a form in a view' section.Audrey Roy
2012-06-08Clarified the purpose of the pull requsets docsAymeric Augustin
2012-06-08Explained an alternative way to fetch a branch.Aymeric Augustin
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
2012-06-08Merge pull request #123 from apollo13/ticket18381Aymeric Augustin
2012-06-08Merge pull request #127 from dhepper/masterAymeric Augustin
2012-06-08Fixed #18125 -- Explained caveat with filtersAymeric Augustin
2012-06-08Small corrections to committing-code docsLuke Plant
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #17933 -- Added a missing label to the docs.Aymeric Augustin
2012-06-07Fixed #18436 -- Updated contributing docs for git.Aymeric Augustin
2012-06-07Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...Jann Kleen
2012-06-07Fixed #18363 -- Added Python 3 compatibility layer.Claude Paroz
2012-06-07Fixed #17933 -- Added intro note to writing-documentation.txtAdrian Holovaty
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Don't escape object ids when passing to the contenttypes.shortcut view.Florian Apolloner
2012-06-07Merge pull request #122 from jakul/issue-18442Aymeric Augustin
2012-06-07fix bad locale namesjakul
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-07Added more precise assertions on two fixture tests.Claude Paroz
2012-06-07Merge pull request #117 from juanriaza/masterAymeric Augustin
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-06-07Fixed #16916 -- Documented default headers for the test client.Aymeric Augustin
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-07Fixed #18396 -- Changed Spatialite download URLs.Aymeric Augustin
2012-06-07Fixed #18411 -- Clarified HttpRequest doc slightly.Aymeric Augustin
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-07Fixed #14502 -- Added a verbatim template tag.Aymeric Augustin
2012-06-06Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)Claude Paroz
2012-06-06Small cleanup in prefetch_related codeLuke Plant
2012-06-06Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...Luke Plant
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-06Fixed #18184 -- Moved algorithm identification code to hashers moduleClaude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-06-05Merge pull request #112 from bohyn/masterHonza Král
2012-06-05Merge branch 'master' of https://github.com/django/djangomartin.bohacek
2012-06-05Ticket #17804 fix.martin.bohacek
2012-06-04Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.Luke Plant
2012-06-04Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-06-04Merge pull request #99 from danielroseman/masterAdrian Holovaty
2012-06-04Used skipUnless decorator to skip tests in geos tests.Claude Paroz
2012-06-03Fixed #17138 -- Made the sensitive_variables decorator work with object methods.Julien Phalip
2012-06-03Merge pull request #104 from samuraisam/17138-html5-remove-summaryJulien Phalip
2012-06-03Changed FilePathField tests to use it's own directory with test files.Honza Kral