summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-09-04Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-09-04Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04Fixed typo in 1.8 release notes.Tim Graham
2014-09-04Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-09-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02Added stub release notes for 1.7.1.Tim Graham
2014-09-02Added dates to release notes.Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instruc...Tim Graham
2014-09-02Cleanup run on the 1.7 release notes.James Bennett
2014-09-02Merge pull request #3120 from alex/use-sha256James Bennett
2014-09-02Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-09-02Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"Tim Graham
2014-09-01Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-09-01Fixed #23371 -- Changed en_GB first day of the week to Monday.Duncan Parkes
2014-08-31Fixed #23391 -- Removed an erroneous backtip from the form's documentation.Simon Charette
2014-08-31Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-30Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
2014-08-29Documented translation.override as a decorator.Simon Charette
2014-08-29Update Daniele Procida's bioevildmp
2014-08-29Fixed a typo in the 1.8 release notes.Simon Charette
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-29Removed unnecessary release notes for django.utils.translation.override().Tim Graham
2014-08-29Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
2014-08-28Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-28Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Fixed #23349 -- Clarified details about RunPython's apps argument.Richard Eames
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-27Documented --database option for migrate.Tim Graham
2014-08-27Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a un...Tim Graham
2014-08-27Fixed tiny commit style inconsistency in committing code documentation.Erik Romijn
2014-08-26Fixed clone URL of Django git repository.Duncan Parkes
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26Fixed #21567 -- Documented how to deploy multiple sites using the sites frame...Tim Graham
2014-08-26Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ...Tim Graham
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Document that we should also offer sha256 checksums for packagesAlex Gaynor
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as s...Tim Graham
2014-08-26Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham