| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-26 | [1.7.x] Fixed #23106 -- Updated class-based view reference title. | David Hoffman | |
| Backport of f14898a453 from master | |||
| 2014-07-26 | [1.7.x] Fixed #22553 -- Added refreshing queryset info to docs. | David Hoffman | |
| Backport of 6d5daa30cf from master | |||
| 2014-07-26 | [1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement. | Niclas Olofsson | |
| Backport of 08b85de9b7 from master | |||
| 2014-07-26 | [1.7.x] Fixed #23097 -- Switched to new octal format in docs | David Hoffman | |
| Backport of e1c85167a3 from master. | |||
| 2014-07-25 | [1.7.x] Improved docs for GEOSGeometry.simplify() | Tom Dyson | |
| Backport of aa8bc7fa7d from master | |||
| 2014-07-24 | [1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example. | Tim Graham | |
| Thanks thegeekofalltrades at gmail.com for the report. Backport of 5f919b9c81 from master | |||
| 2014-07-24 | [1.7.x] Corrected headings in migration docs. | Daniel Roseman | |
| Backport of e01fa71142 from master | |||
| 2014-07-22 | [1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt. | africa itcase | |
| Backport of 06ba4b9eee from master | |||
| 2014-07-21 | [1.7.x] Replaced instances of 'his/her' with 'their'. | Iain Dawson | |
| Backport of 8fbf13a6c8 from master | |||
| 2014-07-21 | [1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11 | Claude Paroz | |
| Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django. Backport of 3f1412ff7b from master. | |||
| 2014-07-16 | [1.7.x] Alphabetized django.utils sections. | Corey Farwell | |
| Backport of e7827b9494 from master | |||
| 2014-07-16 | [1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc. | Bartek Ciszkowski | |
| Backport of d9f78d5344 from master | |||
| 2014-07-12 | [1.7.x] Checked more precisely whether the app registry is ready. | Aymeric Augustin | |
| Accounted for the three stages of population: app configs, models, ready() methods of app configs. Backport of a764a9cc from master | |||
| 2014-07-10 | [1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt. | Tim Graham | |
| Backport of fef26e9a87 from master | |||
| 2014-07-10 | [1.7.x] Fixed #22809 -- Added model Field API reference. | Jorge C. Leitão | |
| Thanks to @timgraham for the review. Backport of e1fa7dffdc from master | |||
| 2014-07-09 | [1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options. | Tim Graham | |
| Thanks claudep for review. Backport of 5ebf03b7dd from master | |||
| 2014-07-08 | [1.7.x] Fixed #22812 -- Refactored lookup API documentation. | Jorge C. Leitão | |
| Thanks Anssi and Tim for reviews. Backport of 8780849da0 from master | |||
| 2014-07-08 | [1.7.x] Document -l as well as --list on migrate | Andrew Godwin | |
| 2014-07-07 | [1.7.x] Fixed a few PEP8 errors in settings doc. | Collin Anderson | |
| Backport of 2c1384fbac from master | |||
| 2014-07-06 | [1.7.x] Document --fake and --list on migrate command | Andrew Godwin | |
| 2014-07-03 | [1.7.x] Fixed #22924 -- Added a note about MEDIA_URL in templates. | Tim Graham | |
| Thanks raphael.herouart at gmail.com Backport of 814bcc3395 from master | |||
| 2014-07-01 | [1.7.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX. | Tim Graham | |
| Thanks mila for the suggestion. Backport of db9a1a0c47 from master | |||
| 2014-06-30 | [1.7.x] Fixed #22482 -- Recommended using data migrations in contrib.sites docs. | Tim Graham | |
| Thanks scibi for the report. Backport of bbf0a9545b from master | |||
| 2014-06-30 | [1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs. | Tim Graham | |
| Thanks cjerdonek for the suggestion. Backport of 874053edf9 from master | |||
| 2014-06-30 | [1.7.x] Removed reference to old middleware | Claude Paroz | |
| Backport of 0b5bafe993 from master | |||
| 2014-06-30 | [1.7.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly. | Tim Graham | |
| Backport of 5359188b08 from master | |||
| 2014-06-26 | [1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc. | Éric Araujo | |
| Backport of e9c730f6be from master | |||
| 2014-06-24 | [1.7.x] Improved documentation for QueryDict. | Duncan Parkes | |
| Backport of 7f4e2ef1e9 from master | |||
| 2014-06-24 | [1.7.x] Fixed #22796 -- Added a more basic explanations of forms. | Daniele Procida | |
| Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. Backport of cd20b5d186 from master | |||
| 2014-06-23 | [1.7.x] Fixed #8033 -- Explained app registry error during translation setup | Claude Paroz | |
| Thanks Tim Graham and Aymeric Augustin for the review. Backport of 9618d68b34 from master. | |||
| 2014-06-20 | [1.7.x] Fixed #22862 -- Added --noinput option to makemigrations. | Huu Nguyen | |
| Thanks artortenburger for the report. Backport of fbb684d95e from master | |||
| 2014-06-19 | [1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migration | Andrew Godwin | |
| 2014-06-18 | [1.7.x] Fixed #22859 -- Improved crossDomain technique in CSRF example. | Tim Graham | |
| Thanks flisky for the report. Backport of 0be4d64487 from master | |||
| 2014-06-18 | [1.7.x] Fixed #14481 -- Documented implicit "through" class created by ↵ | Jorge C. Leitão | |
| ManyToManyField. Thanks to jonathanmorgan for the report and initial patch. Backport of de90129070 from master | |||
| 2014-06-17 | [1.7.x] Fixed #22853: Swapped models are now ignored for migration operations. | Andrew Godwin | |
| 2014-06-17 | [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query ↵ | Tim Graham | |
| expression API. Thanks jorgecarleitao for the suggestion. Backport of 95cc0e15b4 from master | |||
| 2014-06-15 | [1.7.x] Fixed #22470: Full migration support for order_with_respect_to | Andrew Godwin | |
| 2014-06-15 | [1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated | Andrew Godwin | |
| 2014-06-14 | [1.7.x] Complemented dwithin docs about using geographic geometries | Claude Paroz | |
| Refs #22830. Thanks django@gfairchild.com for the suggestion. Backport of c281831a5c from master. | |||
| 2014-06-13 | [1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings ↵ | mlavin | |
| defaults. Also added a compatibility check for changed middleware defaults. | |||
| 2014-06-12 | [1.7.x] Fixed #22811 -- Allowed setting both the old and new TEST database ↵ | Tim Graham | |
| settings. An ImproperlyConfigured exception will be raised they mismatch. Backport of 1c58cabad7 and a2cd0e12c9 from master | |||
| 2014-06-12 | [1.7.x] Fixed #22813 -- Updated Pillow URL in documentation | Claude Paroz | |
| Backport of dfa3505ff1 from master. | |||
| 2014-06-11 | [1.7.x] Fixed typo in docs/ref/forms/validation.txt. | Maxime Lorant | |
| Backport of c307383ec9 from master | |||
| 2014-06-10 | [1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| Backport of f97c53c098 from master | |||
| 2014-06-10 | [1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals. | Tim Graham | |
| Moved logic to syncdb command for backwards compatibility. Backport of 93d05536fd from master | |||
| 2014-06-09 | [1.7.x] Doc edits for refs #22487. | Tim Graham | |
| Backport of c17cd151d8 from master | |||
| 2014-06-08 | [1.7.x] Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| Conflicts: django/db/backends/creation.py django/test/runner.py docs/ref/settings.txt docs/topics/testing/advanced.txt | |||
| 2014-06-06 | [1.7.x] Added formatting and line wrapping to checks reference doc. | Tim Graham | |
| Backport of 5472bf4df0 from master | |||
| 2014-06-04 | [1.7.x] Fixed #22710 -- Amended aggregation note for empty QuerySets | Guillaume Pannatier | |
| Thanks smeaton for report and Joël Rochat for spell check Backport of 7f27cca5c5 from master | |||
| 2014-06-03 | [1.7.x] Updated current state of MySQL Connector/Python. | INADA Naoki | |
| Backport of 7be646425f from master | |||
