summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Removed superfluous code now that connections use autocommit by default.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Removed _enter/_leave_transaction_management.Aymeric Augustin
2013-03-11Added BaseDatabaseWrapper.ensure_connection.Aymeric Augustin
2013-03-11Expressed the dirty flag handling logic in terms of autocommit.Aymeric Augustin
2013-03-11Stopped flipping the uses_savepoints feature at runtime.Aymeric Augustin
2013-03-11Enabled autocommit for PostgreSQL.Aymeric Augustin
2013-03-11Separated autocommit and isolation level handling for PostgreSQL.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-03-10Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.Aymeric Augustin
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-03-09Fixed BinaryField support on Oracle.Florian Apolloner
2013-03-09Fixed #19171 -- Allowed coordinate transforms with custom SRIDsClaude Paroz
2013-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
2013-03-09Reformatted slightly openlayers.jsClaude Paroz
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-03-09Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz
2013-03-08Replaced proj4 testing by a regexClaude Paroz
2013-03-08Fixed a regression in forms changed_dataClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Merge pull request #850 from bmispelon/ticket-19916Aymeric Augustin
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-07Fix 19916. Smarter tokenizing of contrib.comment's templatetags arguments.Baptiste Mispelon
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-07Added missing method in the dummy database backend.Aymeric Augustin
2013-03-06Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.Igor Támara
2013-03-06PEP8 cleanup of functional.pyPreston Holmes
2013-03-06Fixed #19543 -- implemented SimpleLazyObject.__repr__Preston Holmes
2013-03-06One more EMPTY_VALUES replacement following 22be90dd17Claude Paroz
2013-03-06Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validationClaude Paroz
2013-03-04Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...Juan Pedro Fisanotti
2013-03-04Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla
2013-03-04Fixed #19464 -- Eased customization of ClearableFileInput's link markupClaude Paroz
2013-03-03Merge pull request #871 from matiasb/ticket_19945Ramiro Morales
2013-03-03Removed mentions of regressiontests.Ramiro Morales
2013-03-03Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.matiasb
2013-03-03Fixed #19942 -- Decoded errors coming from Popen commandsClaude Paroz
2013-03-02Fixed #19177 -- Better layout for admin login form field labels.Pedro Mourelle
2013-03-02Fixed getting default encoding in get_system_usernameClaude Paroz
2013-03-02Fixed #16888 -- Added microseconds in localized input formatsClaude Paroz
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-03-02Fixed #18130 -- Made the isolation level configurable on PostgreSQL.Aymeric Augustin
2013-03-02Reordered methods in database wrappers.Aymeric Augustin
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-03-02Added a context manager to capture queries while testing.Simon Charette
2013-03-01Added import forgotten in 2ee21d9.Aymeric Augustin