summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-12Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-12Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed test from refs #23913 when running tests in reverse.Tim Graham
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-12Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann
2015-01-12Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An
2015-01-12Made Django's templates get their own LANGUAGE_* variables.Collin Anderson
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2015-01-11Revert "Marked a test as an expected failure on MySQL and Python 3.2."Claude Paroz
2015-01-11Fixed spelling errors in docs.Tim Graham
2015-01-11Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...Markus Holtermann
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Improved template ugrading docs.Aymeric Augustin
2015-01-10Updated templates API reference.Aymeric Augustin
2015-01-10Updated custom template tags how-to.Aymeric Augustin
2015-01-10Added release notes and upgrade instructions for templates.Aymeric Augustin
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-10Fixed #24114 -- Improved error message in GEOSGeometry constructorClaude Paroz
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2015-01-10Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-10Updated introspection test to use skipUnlessDBFeatureClaude Paroz
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-10Added Josh Smeaton bio to teamJosh Smeaton
2015-01-10Added my bio to the core team.Markus Holtermann
2015-01-09Removed an undocumented contenttypes synchronization method.Simon Charette
2015-01-09Fixed a typo in contrib/auth/tests/custom_user.py docstring.Tim Graham
2015-01-09Added best practices for versionadded/changed annotations.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24094 -- Enabled template tests to run individually.Preston Timmons
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-09Fixed #24108 -- Updated Wilson's bio due to new Django Project Web site design.Tim Graham
2015-01-09Fixed a typo in 1.8 release notes.Thomas Chaumeny
2015-01-08Fixed a typo in 1.8 release notes.Sylvain Fankhauser
2015-01-08Fixed a typo in 1.8 release notes.Tim Graham
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-08Fixed #24101 -- Fixed flaky admin_views selenium tests; refs #7361.Tim Graham
2015-01-08Isolated some cache tests; refs #23947.Tim Graham
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2015-01-08Removed unneeded smart_text callsClaude Paroz
2015-01-08Simplified verbose_name_raw propertyClaude Paroz
2015-01-08Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings filter.Tim Graham