summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to ↵Erik Romijn
typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-21[1.7.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
Backport of b2514c02e1 from master
2014-04-18[1.7.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
Backport of 26d118c3fe from master
2014-04-18[1.7.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master
2014-04-18[1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from ↵Tim Graham
Model.save(). Backport of b43bbd6d39 from master
2014-04-17[1.7.x] Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
Refs #22456. Backport of 3cea917e3e from master.
2014-04-16[1.7.x] Fixed #22220 -- Added more examples to reverse() documention.Ben Davis
Thanks EvilDMP for the suggestions. Backport of 030dd4f72c from master
2014-04-16[1.7.x] Fixed spelling errors in documentation.Tim Graham
Backport of b5ce21accb from master
2014-04-16[1.7.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
Backport of 465980d070 from master
2014-04-14[1.7.x] Improve migrations/schema docsAndrew Godwin
2014-04-13[1.7.x] Fixed #22398 -- Added detail about callable in KEY_FUNCTION docsarachnegl
Backport of 8da86fd19b from master
2014-04-10[1.7.x] Fixed #21353 -- Noted that description is ignored for TabularInlines.Tim Graham
Thanks nofinator for the report. Backport of d5031ecf88 from master
2014-04-10[1.7.x] Fixed #22194 -- Added --list-tags option to check command.Tim Graham
Thanks Elvard for the patch. Backport of 395d75ea6b from master
2014-04-10[1.7.x] Documentation fixes for the select_for_update change.Shai Berger
Refs #22343; thanks Tim Graham for the fixes. Backport of 59b1d30 from master
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. Backport of b990df1d63 from master
2014-04-09[1.7.x] Fixed small typo in django-admin.txtejstronge
The word 'by' seemed to be missing from the first line of the compilemessages command. Backport of 5ca522b9ed from master
2014-04-08[1.7.x] Fixed #9535 -- Added a reference guide for file upload classes.Anubhav Joshi
Backport of c8c2b8a638 from master
2014-04-08[1.7.x] Fixed #22405 -- Fixed string error in models/queries docs.Anubhav Joshi
Backport of 36de29200e1ea713c278f7672ab1790e1500c423 from master.
2014-04-07[1.7.x] Added missing request parameter to get_current_site().Yin Jifeng
Backport of d6c9bdd825 from master
2014-04-05[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
Backport of d2f4553d705951ca8043d687f9493c559f494a0c from master
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user ↵Tim Graham
password changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. Backport of fd23c06023 from master
2014-04-04[1.7.x] Fixed #22380 -- Missing SECRET_KEY variable in sample settings file ↵Vishal Lal
for testing Backport of 8f621b83e9 from master.
2014-04-03[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().Vishal Lal
Thanks simon29 for the report. Backport of a8e2ec0e82 from master
2014-04-02[1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
Thanks nliberg for the report. Backport of ca93f02c62 from master
2014-03-31[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
Backport of 981b864fbd from master
2014-03-27[1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
Thanks cjerdonek for the report. Backport of a779757706 from master
2014-03-26[1.7.x] Fixed #22029 -- Removed obsolete advice on registering ↵Tim Graham
migrate/syncdb signal handlers. All signals should now be registered in AppConfig.ready(). Thanks un33k for the report. Backport of 5233b36693 from master
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
refs #14305. Thanks Adrian Klaver for the report. Backport of 9b7ba8af1b from master
2014-03-24[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one ↵Adam Kaliński
relationships. Thanks EvilDMP for the suggestion. Backport of ec08d62a20 from master
2014-03-23[1.7.x] Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
Backport of 3f7615cddc from master.
2014-03-22[1.7.x] Improved strip_tags and clarified documentationClaude Paroz
The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/ Backport of 6ca6c36f82b from master.
2014-03-21[1.7.x] Small doc changes missed in 66076268.Aymeric Augustin
Partial backport of 253e8ac2 from master.
2014-03-21[1.7.x] Fixed typos in docs (django.contrib.site)Thomas Schreiber
Backport of 907ac646415a911b54d84c5203d4fa78ed1b91d5 from master.
2014-03-21[1.7.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
Done in 4965a774074780f3e4858bcc975476f71edf2c2c on master.
2014-03-21[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
Backport of 4d0c5f61427a8e67552ee2d777fffbadc7aff3b2 from master.
2014-03-21[1.7.x] Fixed minor syntax error in Queryset docsBryan Helmig
Backport of f2eea960e052db2d280e6dd016b0f8f23d5a8ef7 from master.
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with ↵Daniel Hahler
get_formsets_with_inlines().
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
Thanks charettes for the suggestion.
2014-03-16Fixed #21860 -- Added to_field_name to ModelChoiceField docs.Anubhav Joshi
Thanks Keryn Knight for the suggestion.
2014-03-16Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
- Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337.
2014-03-11Fixed typo in docs/ref/django-admin.txtTim Graham
Thanks Wes Kendall for the report.
2014-03-09Fixed an example to match the code.Aymeric Augustin
2014-03-09Reorganized the database test settingsShai Berger
Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review.
2014-03-08Fixed #22034 -- Added a specific set of relation checks for ↵Russell Keith-Magee
GenericInlineModelAdmin. Thanks to jwa for the report.
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods.
2014-03-07Fixed typo in docs/ref/checks.txtTim Graham
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
Thanks Paul McMillan for the review.
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
Also took the opportunity to slightly refactor gettext options so as to ease customization by subclassing the command. Thanks Michal Čihař for the report and initial patch.
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
GenericRelation now supports an optional related_query_name argument. Setting related_query_name adds a relation from the related object back to the content type for filtering, ordering and other query operations. Thanks to Loic Bistuer for spotting a couple of important issues in his review.